Hi, i was wondering how you would go about submitting a <FORM> without the firing of an EVENT (like an OnClick event).
So basically i am after something i could put in the code behind for the page that at a point in time would force the page to submit. Previously this was easy to do as in the ASP page you would just do a Response.Write("<script>document.submit;</script>) or something similar..
How would i go about doing this in ASP.NET...?
Thanks
Axum
So basically i am after something i could put in the code behind for the page that at a point in time would force the page to submit. Previously this was easy to do as in the ASP page you would just do a Response.Write("<script>document.submit;</script>) or something similar..
How would i go about doing this in ASP.NET...?
Thanks
Axum