Re: [Mono-list] Request-Error

2005-08-09 Thread Gonzalo Paniagua Javier
On Sat, 2005-08-06 at 12:57 +0200, Jan Waiz wrote: > 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 pote

[Mono-list] Request-Error

2005-08-06 Thread Jan Waiz
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