2
Answers

Focus on particular textbox in asp.net

Ask a question
khaleel shaik

khaleel shaik

11y
1.5k
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)