I have a page rendered in asp.net. Now I want to use google web toolkit to interact with this page. Is it possible..
+1
A:
Yes.
Since GWT is simply compiled down to Javascript, you can use it with any server-side language. You will use the GWT Ajax methods to communicate with your backend.
JP
2009-08-13 17:21:29