There is a text box txtOrderName on the panel panelOrder. They are all at order.aspx. By default, panelOrder and txtOrderName are invisible.
I try to set focus on txtOrderName once a butto clicking to make panelOrder and txtOrderName are visible. Here is code in ButtonClicking
panelOrder.visible=true
txtOrderName.focus()
But, cursor never stay at txtOrderName.
How to make it happend?
Go to the complete details ...