Link to home
Start Free TrialLog in
Avatar of Abdu_Allah
Abdu_Allah

asked on

Make updatepanel control visible using javascript

Hi, I need to make make updatepanel control visible using javascript, I did something like the following but it does not work:
document.getElementById(<%=UpdatePanel3.ClientID%>).style.visibility='visible'
ASKER CERTIFIED SOLUTION
Avatar of kssoftware
kssoftware
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial