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?
 
Back
Top