Envoking Submit thru Button

Hi there,<BR>am new to Asp.net , what code is required to submit a form . i have tried form.submit() and stuff to no avail. i know this is pretty lame ,but still am not able to get it:(<BR><BR>ThanxI have recently had the same problem. I think that the solution is to build a client-side form. In ASP.NET, we are basically building a form that executes a procedure on the server. To have a form submit from the client, it is my understanding that we need to bring the functionality back to the client side by using plain ol' html controls. This may not be the exact answer you are looking for, but I am new, too! Please post if you find a more reasonable suggestion or solution!!!yeah if we use submit type button of html it does post. have to remove the runat=server tag from the form. the problem is there should be some way of stopping the posting if therez some incorrect validations......<BR>is some1 there to help me........knock knock
 
Back
Top