First tab - Assets
Second tab - Users
when i am clicking on second tab, my data is not coming.
Code behind is -
protected void TabContainer1_OnActiveTabChanged(object sender, EventArgs e)
{
if (TabContainer1.ActiveTabIndex == 2)
{
Response.Redirect("~/Users/ViewUsers.aspx");
}
}
Tell me how to get this?
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Aug 27, 2013, 8:31 AM
i didn't get your code. actually why you want to redirect to another page on tabindex changed.
Plz provide clear requirement.