how to redirect a page with parameters in asp.net using c#

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.

string pram = "somevalue";
Response.Redirect("page2.aspx?ClaimNo=" + pram1);

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post