asp.net automatically open lightbox with the paramaters

Mr_572

New Member
I have a page in c# that redirects to another page like Response.Redirect("default.aspx?name=" + user.Firstname + "&surname=" + user.Lastname).default.aspx has a lightbox. I want to open this lightbox when I redirect the page that include this lightbox. Also, I want to show the parameters in that lightbox input fields. Is there a way to achieve this?Thanks for any help.
 
Back
Top