Can you set a asp.net web user control property using jQuery
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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. |
|||
|
|