In an aspx-File i receive in the Page_Load via

 

this.Request.QueryString[“ID”];

 

a Paramter without any Problem.

 

When trying to call an other aspx-File via:

 

this.Response.Redirect( “MyForm.aspx” );

 

I got an Runtime-Error:

 

A potentially dangerous Request.Form value was detected from the client

 

Whats wrong ?

 

TIA

Jan Waiz

 

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to