Can you set a asp.net web user control property using jQuery? -


You can set an ASP.NET Web User Control property using jQuery

itemprop = "text">

I do not think it is possible, because the control properties are evaluated before the PreRender step. Each property created by JQuery occurs after the page, so it's useless.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -