I am looking for a framework that allows me to manage my application through a web interface (using the built-in web server) instead of winforms.
Something like this: http://www.webtoolkit.eu/wt , but then for .NET
In my code, I should be able to create instances of classes (for example, buttons, forms, etc.), and when the user views this port, the application should display it as javascript / ajax, etc. preferably when the buttons are pressed, a notification should be triggered in my code.
this is a less specific question than the other that I posted about extjs. I hope this will attract more viewers as it is more general
Thanks.
Update:
cassini similar solutions do not match the score. Since the web browser is built into my application, there is no need for scripts on the server side of ASP.NET. I would rather have a framework, call functions inside my application, when something happens on the page. onButtonClicked () e.g.
Toad source share