MSDN Trabstrip

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

greetings,

i'm using MSDN's tabstrip without the use of multipage. does anyone know how
to make the selected tab highlighted when its being click and redirected to
another page?
 
You need to set AutoPostBack to true
then redirect the page in the SelectedIndexChanged event
 
Back
Top