AndyGB4
Posts: 122
|
| Posted: 05/02/2012, 12:36 PM |
|
Hi,
I have been working with tabs for a long time and they always worked fine,
but this time I'm having a strange occurrence.
I have a Link inside one of the Tabs that has an "onclick" event which calls some javascript.
But for some reason, whenever i click the Link and activate the javascript function (which works correctly), it always goes back to my first tab. I've tried putting it in an update Panel like if done for many other tabs, but in this case, not even that can fix this..
I even tried recreating the Tabbed Tab and UpdatePanel..
Does anyone have any ideas on how to fix this, or what to try?
- Andrew
|
 |
 |
thenetguy
Posts: 7
|
| Posted: 05/14/2012, 9:46 AM |
|
Would need to know what code is doing,
The tabs will reset as soon as there is refresh update it seems. even in an update panel.
I am wondering if there is any way to set the 'active' tab upon screen /update panel refreshes?
|
 |
 |
AndyGB4
Posts: 122
|
| Posted: 05/14/2012, 11:38 AM |
|
The javascript code is basically generating a password using random characters.
And then in that same function, I set the value of a textbox field in that form to the password that was just generated.
|
 |
 |
|