J
John Carnahan
What direction to look into?
I'm using VB.net for the ASP.net main language, with some Web server
controls, and some HTML server controls,
and want to add some Client side functionality to the UI, for example, a
mouseover event on a gizmo to light up or something,
but don't want a roundtrip to the server on everything.
1.) Would I use Javascript, VB Script, jScript.net, or what?
2.) On the DHTML side of things, the pros and cons seem confusing, i.e. HTC
?, and CSS, java applets, active x, flash, and ????
Can you point me to some clearification on the capabilities of these
approaches?
3.) I can see how you can just use DHTML (i.e. javascript) on the client
side and not use any of the server side stuff,
but I don't see a way to reference the Web Server controls and the DHTML
from the VS.net IDE.
This may sound confusing, but what I'm asking is, basically, I want the best
of both worlds... the OOP of the Server Side stuff,
and an OOP stuff on the client side, all rolled in to ONE OOP approach. I'm
hoping I don't need to learn three or four different
languages to accomplish this... i.e. VB.NET, javascript, jscript, and
whatever else. (maybe I do?).
By the way, I'm not too concerned about the targeted browser capabilities, I
can keep my intended audience on the lastest greatest IE.
I'm using VB.net for the ASP.net main language, with some Web server
controls, and some HTML server controls,
and want to add some Client side functionality to the UI, for example, a
mouseover event on a gizmo to light up or something,
but don't want a roundtrip to the server on everything.
1.) Would I use Javascript, VB Script, jScript.net, or what?
2.) On the DHTML side of things, the pros and cons seem confusing, i.e. HTC
?, and CSS, java applets, active x, flash, and ????
Can you point me to some clearification on the capabilities of these
approaches?
3.) I can see how you can just use DHTML (i.e. javascript) on the client
side and not use any of the server side stuff,
but I don't see a way to reference the Web Server controls and the DHTML
from the VS.net IDE.
This may sound confusing, but what I'm asking is, basically, I want the best
of both worlds... the OOP of the Server Side stuff,
and an OOP stuff on the client side, all rolled in to ONE OOP approach. I'm
hoping I don't need to learn three or four different
languages to accomplish this... i.e. VB.NET, javascript, jscript, and
whatever else. (maybe I do?).
By the way, I'm not too concerned about the targeted browser capabilities, I
can keep my intended audience on the lastest greatest IE.