how can i show an alert when i double click on dynamic text field
-
Hi Experts ! I have one problem with dynamic generated fields. Iam generating some dynamic text fields on a page with readonly properties. what I want is if i double click that dynamic text field, i want to show an alert. Can any body help me in this aspect.
Cheers Ram
-
Hi Experts ! I have one problem with dynamic generated fields. Iam generating some dynamic text fields on a page with readonly properties. what I want is if i double click that dynamic text field, i want to show an alert. Can any body help me in this aspect.
Cheers Ram
HI, Hy Chanhan
-
HI, Hy Chanhan
HI, Ex: Hy Chanhan
-
HI, Hy Chanhan
-
hi Chanhan! Sorry I dint get u. What iam telling is i want to see an alert when i click in dynamic generated text fields.
Cheers Ram
Hi there, IMO, you just add the event ondbclick to execute the js function.... Something like this
yourTxtField.Attributes.Add("ondbclick","alert(....)")
<< >> -
HI, Hy Chanhan
Write code of alert on double click event of the textbox