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 7879575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:55:37+00:00 2026-06-03T03:55:37+00:00

I have a simple gridview and SqlData source to bind data table to gridview.

  • 0

I have a simple gridview and SqlData source to bind data table to gridview.

My question is :
On “Select” button from the gridview . I would like get a value from a column of current selected row then redirect the user to another page and execute a Sql Select command with the value taken .

I know how to get the value but I don’t know how should I redirect the user and the value to the other page and execute the sql statment with the value taken.

Thank you,

  • 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-06-03T03:55:38+00:00Added an answer on June 3, 2026 at 3:55 am

    You just need to do Respose.Redirect(url); and attach value in querystring that will work for you ..

    i.e Response.Redirect("xyz.aspx?selectedValue = " + selectedvalue);
    

    on redirected page get the selected value from querystring Request.QueryString["selectedValue"] but before doing this make sure that Querystring variable is not null.

    or

    if the information is sensitive you dont want user to see it than make use of Session variable and than do Response.Redirect(url);

    Session["SelectedValue"] = SelectValue;
    Respose.Redirect(url);
    

    on redirected page get the selected value from querystring string s = Session["SelectedValue"].ToString() but before doing this make sure that session variable is not null.

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

Sidebar

Related Questions

I have a simple gridview: A sql datasource to bind data from table data
I have a simple GridView ; something like this for a regular Item or
I have a simple gridview ItemTemplate that looks like this: <asp:TemplateField HeaderText=User> <ItemTemplate> <a
I have data that gets displayed in gridview. If I'm pulling it from one
I have a simple gridview that contains a label in one of the rows.
I have simple regex \.*\ for me its says select everything between and ,
I have a simple gridview <asp:GridView ID=GridView1 runat=server DataKeyNames=OriginatorID AutoGenerateColumns=False AllowPaging=True OnPageIndexChanging=GridView1_PageIndexChanging PageSize=5 OnPreRender=GridView1_PreRender>
I have a simple ASP page with databound grid (bound to an object source).
I have a splash screen , a GridView , a simple text view .
I have a simple gridview in my page and a search function ( with

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.