Create a property in web user control that can be referenced in Javascript.
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I have a web user control. I need to create one property in this control that can be accessed in the main page on client side. How can I achieve this.
Ashwani
-
I have a web user control. I need to create one property in this control that can be accessed in the main page on client side. How can I achieve this.
Ashwani
Normally, It is not possible... I think you probably need to use the third-party Ajax frameworks (e.g: AjaxPro and etc)...
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
I have a web user control. I need to create one property in this control that can be accessed in the main page on client side. How can I achieve this.
Ashwani