D
DevX
Hi to all,
An ex-coworker of mine is learning ASP .NET for building web application.
Because I had 3 years experience in .NET programming (but zero on web
programming and ASP .NET) he asked me a question that I, in turn, ask to
you.
He ask me if it is possibile to call, from the web application running in
the user's browser, some client-side-executing assembly.
Example:
We have this ASP .NET application that produces some web form that the
remote user visualize on his browser, when the user click a button the web
app download, install and execute an assembly that, for example, print a
string on the user's printer (my friend asked exactly the capacity to use
printer, scanner and other device on the user machine).
I suggested to make a rich client with all those funcitonalities and then
connect via web service to the app, but my friend need to develop a web form
app running in the browser and make it downloads those "plug ins" (as he
call those client side assemblies) and execute them interacting with
methods, properties and events.
Do you know if is possible to do what my friend ask? There is something
similar to the use ActiveX Controls/Java Applet that use .NET assembly
instead?
Thanks
DevX
An ex-coworker of mine is learning ASP .NET for building web application.
Because I had 3 years experience in .NET programming (but zero on web
programming and ASP .NET) he asked me a question that I, in turn, ask to
you.
He ask me if it is possibile to call, from the web application running in
the user's browser, some client-side-executing assembly.
Example:
We have this ASP .NET application that produces some web form that the
remote user visualize on his browser, when the user click a button the web
app download, install and execute an assembly that, for example, print a
string on the user's printer (my friend asked exactly the capacity to use
printer, scanner and other device on the user machine).
I suggested to make a rich client with all those funcitonalities and then
connect via web service to the app, but my friend need to develop a web form
app running in the browser and make it downloads those "plug ins" (as he
call those client side assemblies) and execute them interacting with
methods, properties and events.
Do you know if is possible to do what my friend ask? There is something
similar to the use ActiveX Controls/Java Applet that use .NET assembly
instead?
Thanks
DevX