R
Rocio
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 ?
<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 ?