generate event of textbox or button
I am not able to generate event of textbox or button in my asp.net page i tried every attempt or feasibility but i am not able to generate click event of textbox.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Oct 28, 2015, 7:07 AM
Posted Oct 28, 2015, 6:44 AM
Priyaranjan K SPosted Oct 28, 2015, 6:09 AM
Hi ,
Please make sure you adeed the runat="Server" attribute to the text box control .
Sreekanth ReddyPosted Oct 28, 2015, 5:06 AM
Priyaranjan K SPosted Oct 28, 2015, 5:04 AM
Hi,