|
Ah DaWei,
I do understand the seperation of client server, my problem is i am new to ASP.net and my way of thinking is more that of ASP.
How can I cause my client side validation script to execute before the server-side cs program is executed. In classic ASP i wold put 'onsubmit="validateMe()" to the form tag. But it seems that the button I added isnt a 'submit' button... its a 'standard' control (in visual studio)
|