Hi, I am a beginner in .Net. In my application i have 4 panels. But,during postback(such as a button click event),the focus automatically goes to the first panel. In web,i found on idea to use TabbedPanels1.showPanel(tabindex) on button's onclick event. But,both in the OnClientClick and OnServerClick events i have written the validation and some task to be done respectively. How to persist the focus on the panel during postback? Thanks in advance :)
Yazhini