ListBox Item selection
Hello,
My WebForm is having 3 Tabs viz., Tab1,Tab2 and Tab3. All the 3 Tabs are hyperlinked to different WebForms. I am having a ListBox1 in Tab1 with few items in it. What i need is that when i select an item say item1 from the ListBox1 and then go to Tab2 page, when i again come back to Tab1, then item1 should remain selected.
I have tried to do it with EnableViewState="True" and AutoPostback="True" on Page_Load but it didnt worked.
Any idea/suggestion is most welcome
Regards
Monica
|