in this web programming tutorial you will learn that how to redirect a page with parameters in asp.net using c#.
copy and paste the below code in your aspx.cs file.
copy and paste the below code in your aspx.cs file.
string pram = "somevalue"; Response.Redirect("page2.aspx?ClaimNo=" + pram1);
Tags:
asp.net