System.Web.UI.WebControls.TextBox events

  • Thread starter Thread starter Javier Ros
  • Start date Start date
J

Javier Ros

hi guys,

I don´t see a Click Event or DblClick Event, how to implement code for
this events?

Is it posible?
(if not) how to do a fake?
hmn... in the last order ... javascript?

Thanks.

..Javier Ros Moreno.
 
Hi

Event available on TextBox is TextChanged Event.

The TextChanged event is raised when the content of the
text box changes between posts to the server.

HTH
Ravikanth
 
Hi,

In addition to Ravikanth replay,

Note that there are two types of events: server events and client side
events. There isn’t equivalent between them. Some client script events
"fire" server side events but not all of them.

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
 
Back
Top