Hello,
Is it possible to postback using __doPostBack("<%= rts.UniqueID %>", "0"); ? I'm trying to do this, but no luck; it doesn't post back to the server and fire the TabClick event.
I guess I should explain what I'm trying to do. I want to tap into the TabSelecting client event and TabClick server event. If the user has saved all of the changes on the page, I want to allow the postback to happen (which I setup using AutoPostBack). But if the user shouldn't continue, I want to cancel the post back and tab change.
The tab structure is simple: 3 tabs, but I can't get both these interactions to work. Any ideas?
Thanks.
Is it possible to postback using __doPostBack("<%= rts.UniqueID %>", "0"); ? I'm trying to do this, but no luck; it doesn't post back to the server and fire the TabClick event.
I guess I should explain what I'm trying to do. I want to tap into the TabSelecting client event and TabClick server event. If the user has saved all of the changes on the page, I want to allow the postback to happen (which I setup using AutoPostBack). But if the user shouldn't continue, I want to cancel the post back and tab change.
The tab structure is simple: 3 tabs, but I can't get both these interactions to work. Any ideas?
Thanks.