2
Answers

Focus on particular textbox in asp.net

Photo of khaleel shaik

khaleel shaik

12y
1.9k
1

Hi,

I am working on textbox in asp.net.When in my web application when textbox textchanged event is fitring after that i am focus on particular textbox .

iam using the below line codes its not working

textboxid.focus();
and
setfocus(textboxid);

this are not working.any one know plz tell me ...


 


 

Answers (2)