locked
how to open new page with parameter string in asp.net using query string RRS feed

  • Question

  • can anybody tell me how to open new page with parameter string using query string object in asp.net 

    Pramod

    • Moved by Jason Dot Wang Thursday, February 21, 2013 5:50 AM This thread is about ASP.NET
    Friday, February 15, 2013 10:47 AM

All replies

  • Not sure if this is what you meant, but something like this:

    Response.Redirect("SomeOtherPage.aspx?SomeParam=SomeParamValue");

    Mike

    Friday, February 15, 2013 3:51 PM
  • Hi Pramod,

    Welcome to the MSDN Forum.

    For ASP.NET related questions, please refer to this forum:http://forums.asp.net/

    Thanks  for your understanding and support.

    Regards,


    Lisa Zhu [MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Wednesday, February 20, 2013 10:45 AM