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 ...