G
Guest
Hi;
The ASP .NET book I have only talks about putting everything in a single
aspx and aspx.cs file. However, it seems to me you want to redirect to a
different page/class for each logical page. Which brings up 2 questions:
1) When the user presses submit, is best practice to immediately redirect to
the new page and have that read the controls from the first page. Or do you
read the values from the controls and then redirect with the read values in
an object.
2) How do I redirect to another page of mine?
The ASP .NET book I have only talks about putting everything in a single
aspx and aspx.cs file. However, it seems to me you want to redirect to a
different page/class for each logical page. Which brings up 2 questions:
1) When the user presses submit, is best practice to immediately redirect to
the new page and have that read the controls from the first page. Or do you
read the values from the controls and then redirect with the read values in
an object.
2) How do I redirect to another page of mine?