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 ...
0
votes
1answer
265 views
Need the clientId of a textbox inside a content control using javascript
I have a masterpage that contains all the javascript and inside the content control, there is a link that calls a javascript function and I want to pass the id once it's rendered differently by the ...