Tagged Questions
0
votes
3answers
1k views
Get the clientID of nested panel control in masterpage using javascript
This is the control structure
ContentPlaceHolder
--> Wizard
--> Panel
I am using setTimeout to display the panel after x minutes.
How do I get the ...