Jul 17, 2006 #1 HotBob Programmer Joined May 26, 2006 Messages 37 Location GB Hi there, I have a form with a html button and I need to reference this in my sever side code. Say the button is named btmHTML.
Hi there, I have a form with a html button and I need to reference this in my sever side code. Say the button is named btmHTML.
Jul 17, 2006 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB Either use a Button server control or add runat="server to the HTML button ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Either use a Button server control or add runat="server to the HTML button ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.