This is a little "vague" question. I would like to know how the Ext.NET library works. I know it is a "wrapper" on top of extjs, but my question is: Is Ext.NET usable by server code and not via "complicated" javascript client side code?

link|improve this question

feedback

1 Answer

up vote 9 down vote accepted

Quote:

Ext.NET is an open source ASP.NET (WebForm + MVC) component framework integrating the cross-browser Sencha Ext JS JavaScript Library.

So it is a collection of server side controls for ASP.NET and ASP.NET MVC which generate HTML markup and javascript based on the Extjs library. So to answer your question, yes, it is usable by server side code but without at least basic knowledge of the client side part I am afraid that you won't get very far.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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