There are forums that would help you with C#, Without C#, you can have one html page per tab and direct to open to the appropriate default tab.
With Javascript, on the onLoad event (or better on document ready), you can focus to the appropriate tab. On Oct 13, 5:54 am, karthi <[email protected]> wrote: > Friends, > I need the server side code in c# > > On Oct 13, 4:46 pm, "fichtre.diantre" <[email protected]> > wrote: > > > for example : > > > <button onClick="document.location='mypage.php&par=val#tabs-2';"/> > > > you could use a form, indeed, like this > > > <button onClick="document.FORM_DATA.submit();"/> > > <form name="FORM_DATA" action="mypage.php#tabs-2"> > > <input type="hidden" name="par" value="val"/> > > </form> > > > does this match your needs? > > > karthi a écrit : > > > > I don't know the exact format. > > > please can u give me a format. > > > #tabs-2 this is id of second tab. > > > please help me > > > > On Oct 13, 2:43 pm, "fichtre.diantre" <[email protected]> > > > wrote: > > > >> when you submit your page, add #mysecondtabid at the end of your url, > > >> tab with this id > > >> will be opened at page load. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
