Hi
I'm using Pintab 2 in VS 2003 (VB). I have for example, 2 tab pages. If the user is on Tab1, and clicks on Tab2, I want to post back initially to the Tab1 page in order to do some server based validation and processing. If that goes OK then I want to switch to Tab2 as requested, including a reload of the Tab2 page with fresh data. Can you suggest the best way to do this?
Thanks
Jon
Hi,
Your sample appears to use client side javascript validation. I need to do a postback and validate in the server code before switching to another tab. Is that possible?