Set Label Value at Run Time
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Guys, how to set the label (server control) value through javasript at runtime. Thanx in advance Sajjad
-
Hi Guys, how to set the label (server control) value through javasript at runtime. Thanx in advance Sajjad
Every web control has a ClientID property that is actually the Id you can refer to it in browser. Regards, Alexandru Savescu