And create the button in your code.
Protected WithEvents btnPayNotices As System.Web.UI.HtmlControls
'---Note: Create the button exactly the same as it's id.
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:ur**************@TK2MSFTNGP11.phx.gbl...
add a runat=server
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Rocio" <ro************@softwareservices.net> wrote in message
news:7b*************************@posting.google.co m... I have a html button created with
<input type="submit" id="btnPayNotices" value="Pay Notices" />
now I need to trap the click event at the server side.
Yes, this button had to be created with plain html, not with asp.net
how can i do this ?