How can i set user-defined property which is defined in user control i want to access in javascript in aspx page.
-
I have defined one control in C# usercontrol.cs Inside that control i have defined one property which is "dropdownwidth". Now i want to set that property in javascript which defined in my .aspx page. So can you please tell me how it possible? Thank you.
Anish Patel
-
I have defined one control in C# usercontrol.cs Inside that control i have defined one property which is "dropdownwidth". Now i want to set that property in javascript which defined in my .aspx page. So can you please tell me how it possible? Thank you.
Anish Patel
-
look up the "Hiddenfield" property this will help u much http://www.asp.net/learn/Videos/video-275.aspx[^] this video tutorial is extra great enjoy it ;)
But property is defined in user control not getting in javascript. so how can i access in javascript. Thanks,
Anish Patel
-
But property is defined in user control not getting in javascript. so how can i access in javascript. Thanks,
Anish Patel