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

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net - getting a value of selected radiobutton in LoadViewState -