Can you do a form submission to a different page in ASP.NET without using a cross page postback, from a non ASP.NET control, and with no Javascript!?
*Im using ASP.NET with a global form in the masterpage
*My site needs to work with no Javascript and I want to avoid URL paramaters.
*I'm using an which will open up a new page for a particular record in my application.
*I want to use the name of the input button to get the RecordId to edit and post it to a new page using HTTP POST as opposed to an URL param.
CAN THIS BE DONE!