Reputation: 11
Can you set a asp.net web user control property using jQuery
Upvotes: 1
Views: 965
Reputation: 8166
I don't think it's possible, since the controls' properties are evaluated before the PreRender phase. Every property setting made by jQuery happens after the page is rendered so it's useless.
Upvotes: 2