J
John
Hi
How can I move from one aspx page to another programmatically?
Thanks
Regards
How can I move from one aspx page to another programmatically?
Thanks
Regards
Hi
How can I move from one aspx page to another programmatically?
Thanks
If I use Response.Redirect("page2", false) to redirect to page 2 from
this page, how can I tell page 2 to return to this page when done?
What if several pages call page 2 for validation? Should I send the
name of the calling page in the call somehow or is there an automatic
method to determine the calling page?