Hi,
I'm looking for a framework which allows me to manage my application through a webbased GUI (using an embedded webserver) instead of winforms.
Something like this: http://www.webtoolkit.eu/wt but then for .NET
In my code I should be able to instantiate classes (like buttons, forms etc), and when a user browses to a given port, the app should render it as javascript/ajax etc etc.
preferably, when buttons are pushed, a notification in my code should be called.
this is a less specific question than another one I posted about extjs. I hope this will attract more viewers since it is more generic
Thanks.
Update:
cassini like solutions don't fit the bill. Since the webbrowser is embedded in my application, there is no need for ASP.NET server side scripts. I would rather have the framework, call functions inside my application when things happen on the page.
onButtonClicked() for instance.