hi friends
i have on ascx user control
on user control i have three textboxes
which are invisible
i have one button on ascx
when i press this button
these textboxes will get visible
when it gets visible i want to set focus on
one of these textbox
so i write one javascript
and form load
i write
btnAdd.Attributes.Add("OnClick","Setfocus()")
but in this case
js code will execute first
text boxes are invisible
and i am not able to refer these textboxes in
js
so i not able to set focus
how can i solve this or any other way to solve this issue
pls help
thanks