Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6067653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:37:52+00:00 2026-05-23T09:37:52+00:00

So I have a telerik RadTabStrip with RadViews I think it’s called. The thing

  • 0

So I have a telerik RadTabStrip with RadViews I think it’s called. The thing is when I am in the fourth tab and I click any button or link there it posts back and sends me to the first tab but I don’t want that, this actually happens when I am clicking a button to delete something, it deletes it but when postback goes back to the first tab so I have to go back to the fourth tab to make sure it deleted. I know it is in my pageload.. How can I improve it?

Thank you

protected void Page_Load(object sender, EventArgs e)
{
    if (Request.QueryString["BooksID"] != null)
    {
        btnSubmit.Text = "Plus";
        btnOtherSubmit.Text = "Plus";
        theID = Convert.ToInt32(Request.QueryString["BookID"]);
    }
    else
    {
        btnSubmit.Text = "Minus";
        btnPtherSubmit.Text = "Minus";
        clientID= 0;            
    }

    if (Request.UrlReferrer != null)
    {
        if (Request.UrlReferrer.AbsoluteUri.Contains("Page1.aspx"))
        {
            MyMultiView.SelectedIndex = 1;
            TabStrip.SelectedIndex = 1;
        }

        else if(Request.UrlReferrer.AbsoluteUri.Contains("Page2.aspx"))
        {
            PersonalizationMultiView.SelectedIndex = 2;
            TabStrip.SelectedIndex = 2;
        }
        else
        {
            MyMultiView.SelectedIndex = 0;
            TabStrip.SelectedIndex = 0;
        }
    }

    if (!IsPostBack)
    {
       BindField(BookStoreID);

       if (theID > 0)
       {
           BindPr(theID);
       }
    }

}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:37:52+00:00Added an answer on May 23, 2026 at 9:37 am

    The RadTabStrip doesn’t just reset back to the original tab; it’s pretty good at keeping its position. I’ve never had that issue, only when I wrote code to explcitly change the tab/page view.

    The issue is your Request.UriReferrer references is not wrapped with !Page.IsPostBack, so it always sets the first or second tab.

    HTH.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using ASP.NET MVC architecture.I have a telerik window on a button click,
Problem I have Telerik TabControl and each tab content is a partial view. Everything
I have a telerik close button on a dock that I am wanting to
I have a Telerik MVC Grid where there is a column Names , Gender
I have this telerik button with class name ruButton & ruBrowse, that loads up
I have Telerik RadGrid with a custom edit form. In my edit form there
I have a Telerik grid. For each row there is a details table. The
There is a lot going on here. I have a Telerik MVC grid with
I have a Telerik Grid which has a footer that needs to display column
I have a telerik-radgrid where I use an editcolumn. For the edit-column I use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.