tabstrip error when navigating between different aspx web forms

C

cfarahiii

I have a tabstrip with a multipage that works very nicely until i move back
and forth between other pages. When the web form that has the tabstrip is
re-visited i get the following error

"Unexpected call to method or property access"

the breakpoint is in tabstrip.htc at a function called f_onstop

//
// Re-enables interactivity
//
function f_OnStop()
{
if (!_IsSubmitting || (_OnStopCount > 0))
{
_IsSubmitting = false;
=====>>>> element.removeAttribute("_submitting"); DIES HERE.
}

_OnStopCount++;
}


But i have no idea how to debug this and not sure how to fix or figure out
whats wrong with my tabstrip.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top