How do i get the ID of a user control using javascript???
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi frnds, How do i get the ID of a user control using javascript??? On click of a button i want to make my calender control, which is a user control visible how do i do that??Pls help me out
Regards, Sivaprasad
-
hi frnds, How do i get the ID of a user control using javascript??? On click of a button i want to make my calender control, which is a user control visible how do i do that??Pls help me out
Regards, Sivaprasad
The ClientId property of the control contains the id that you can use from client script. Note: You have to hide the control using css, not the Visible property, otherwise it will not be rendered as html and you can not show it using client script.
--- b { font-weight: normal; }