T
Thom Little
In ASP.NET 2.0 C# I need to redirect to an .ASP or .HTML page and include
POST data (i.e., like a form. The form data is changed dynamically by the
C# page.
Can anyone point me to an example? I think it is ...
Response.AddHeader( ... );
Response.Redirect( ... );
If it is, what is the Header designation? If it isn't, how do I do it?
(The reason for doing this instead of "get" is to hide the parameters from
the "casual" visitor.
POST data (i.e., like a form. The form data is changed dynamically by the
C# page.
Can anyone point me to an example? I think it is ...
Response.AddHeader( ... );
Response.Redirect( ... );
If it is, what is the Header designation? If it isn't, how do I do it?
(The reason for doing this instead of "get" is to hide the parameters from
the "casual" visitor.