Code to "click" a button -- is this possible?

  • Thread starter Thread starter Guest
  • Start date Start date
so how would i remedy this?

do i need to then fillout the code the btnTest_click () event/handler in the
'code behind' secton? and then it will work? because I had that method
already there, just nothing inside it. Or, do I need to write a javascript
method for the button click inside the HTML file?

Sorry for all the trouble, but as i said, im new to the world of web
applications.

thanks.
 
Just use javascript for this button
so how would i remedy this?

do i need to then fillout the code the btnTest_click () event/handler in the
'code behind' secton? and then it will work? because I had that method
already there, just nothing inside it. Or, do I need to write a javascript
method for the button click inside the HTML file?

Sorry for all the trouble, but as i said, im new to the world of web
applications.

thanks.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top