client event

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

We can use onfocus or onclick to assign the client event of a TextBox to a
javascript function like :
<asp:TextBox ID="TextBox1" runat="server"
onfocus="a_Javascruipt_function"></asp:TextBox>

What are the other attributes besides onfocus and oclick?
Where can we find the document about this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top