Use of HTML controls in a web page
Hi friends,
How can we use the HTML controls in our web page. There are about 18 HTML controls availeble in the tool box. I know that these controls are used to write client side coding means those operations in which there is no need to go to the web server as my validation web server controls that work in client side.
But how can i write the coding for these buttons. In code behind, I can't do it ?
An important control is File field that can be use to select appropriate file.
So how can I write the code for these controls. Pls explain.......
|