This is a migrated thread and some comments may be shown as answers.

can clicking different tab cause postback

1 Answer 62 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Adam King
Top achievements
Rank 1
Adam King asked on 20 Apr 2011, 08:25 PM
Using the tabstrip, I'm wondering whether clicking on a different tab can cause postback?

The datasource is our site map.

The reason is on one tab if the user has partially entered something we want to save this into session variable and load it on the new page.

Ideally clicking any tab would cause a postback, i would save their data, determine where they want to go, possibly do more validation and then redirect to the new tab/page.

thx

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 25 Apr 2011, 02:23 PM
Hello Adam,

If you RadTabStrip is databound to the site map, then no postbacks would get raised since it's being redirected to another page. You could most likely perform a callback during the RadTabStrips OnClientClicked event, which would call a method on your page to store the results in a session variable.

I hope that helps.
Tags
TabStrip
Asked by
Adam King
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or