1

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

1
  • Depends on what you want to achieve. It's possible to set the property after the page is rendered and having the property value available at a post back. Is that what you need? Commented Feb 2, 2010 at 10:06

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.