java applet in .net+ client side code
-
hi, i would like to knw whether there is something similar to java applets in .net.Also , whether it is possible to run code on the client side eg: modify an image based on the client's mouseclick event.
-
hi, i would like to knw whether there is something similar to java applets in .net.Also , whether it is possible to run code on the client side eg: modify an image based on the client's mouseclick event.
I am also looknig for same sort of thing .. It can be done using flash programming at the client side .. .. if u'll get any gud stuff plz kindly post the links .. :-O
[
-
hi, i would like to knw whether there is something similar to java applets in .net.Also , whether it is possible to run code on the client side eg: modify an image based on the client's mouseclick event.
Hi there. For your first question, you may be interested in Dino Esposito's article Hosting .NET Applications in the Browser[^]. For the second - you can add javascript onclick attributes to your page just like any other markup. The .NET framework also provides functions for registering javascript on a page (see the .NET documentation on the
Page
class). The latter is typically done by custom control developers.