I have a page where I need to call an ASP function when the user presses a button. If I called it from code - No Problem. If I call a Javascript function using a button No Problem. However I cannot figure out how to call ASP functions using a button. I would think the code would be something like:
<TR><TD><INPUT TYPE = "Button" VALUE = "Do Something" ONCLICK = "<% = 'Process()' %>"></TD></TR>
Thanks for any Help
Smokey Joe
<TR><TD><INPUT TYPE = "Button" VALUE = "Do Something" ONCLICK = "<% = 'Process()' %>"></TD></TR>
Thanks for any Help
Smokey Joe