Auto Submit Form in ASP.NET With Javascript
Not sure if this is the best way to do this, but this is what I do. Say you want to auto submit a form on an aspx page. You can call document.formname.submit(); from the body onLoad event and it will submit, but ASP.net will automatically post it back to itself. I tried added buttons [...]
View Comments | 12,620 views
