I have three rad ajax text editors on a page. When user enters text I need to do some validation and based on that I need to set focus to one of the boxes. How can I do that?
I tried txt1.Focus(); but it does not work.
Also how can I limit number of words (not characters). I would appreciate any sample code. Thanks,
I tried txt1.Focus(); but it does not work.
Also how can I limit number of words (not characters). I would appreciate any sample code. Thanks,
