vote up 0 vote down star

Apparently some vendors (like Telerik) are working on versions of their controls that do not rely on postback behavior to work.

As in the latest release of Asp.net MVC RC also code behind files tend to fade away for views, what would the best way for vendors to encapsulate UI rendering (control tags, html helpers) and control behavior?

Do you think that would be better for vendors to base their controls JavaScript dependency on framework like Jquery and extend that with classic Jquery plugins ?

As now we can send view data to the controllers in many ways should control vendors share some kind of convention?

flag

73% accept rate

1 Answer

vote up 3 vote down check

You might look at FluentHtml in MvcContrib discussed here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.