[jQuery] Re: switching jquery tabs in code behind(C#)

2009-07-27 Thread noorul
s not working..The first tab get selected after that postback..Can anyone tell me the solution for this... On Jul 24, 12:02 pm, noorul wrote: > Hi karngu, Here is the one of my tab: Can you send me the javascript > to select th

[jQuery] Re: switching jquery tabs in code behind(C#)

2009-07-24 Thread noorul
f that postbackcodeis going > > to cause a page reload, and consequent defaulting to the first tab by > > default > > > if you want the new page reload to stay on the current tab, then you > > would emit some client script (using Page.ClientScript) object to call &

[jQuery] switching jquery tabs in code behind(C#)

2009-07-23 Thread noorul
I have five div tags(jquery tabs) in my aspx page...Inside the second div(tab) i have a button. onclick of that buttton the second div(tab) should be switched..instead of that the first tab is coming.. How can i switch the tab in code behind(Inside button onclick event)...