D
David Jia
Hi, I have a problem in VS2003 and .Net 1.1 as below:
I put a HTML submit button control and label it as "run @ server"
My purpose is that when click this button, system will check the input
fields' value
so I write on form's onsubmit method is "return checkfield()"
BUT, after I compose some code in button's server click method in C# code
behind the aspx file, when I click the "submit" button , the server_click
code never run.
How can I solve this problem, thanks!!
I put a HTML submit button control and label it as "run @ server"
My purpose is that when click this button, system will check the input
fields' value
so I write on form's onsubmit method is "return checkfield()"
BUT, after I compose some code in button's server click method in C# code
behind the aspx file, when I click the "submit" button , the server_click
code never run.
How can I solve this problem, thanks!!