user control inheriting SimpleView, how to access property from javascript
I have a control that inherits from SimpleView class, and have a string property defined as the following. I am wondering how I can access the value from the javascript in ascx page.
in a normal user control or page i can use '<%= ServerUrl %>' to get the value
thanks
[Category("Server Url")]
public string ServerUrl get; set;