-
VB.NET / Internet
I have been hearing a lot of information flying around about how you can simply design forms in VB and then publish it to an html page? I am assuming that this is not entirely accurate or accurate at all.. seems that it cant really be that easy.. any thoughts on this? (Im installing Visual Studios.NET at the moment)
-
not really accurate. You have Web form controls and win form controls. Win forms are normal windows apps stuff. Web form controls are server side asp .net controls that render to html. There are some asp versions of windows controls that creates an equivialnt html/dhtml page when the client loads it..that is probably where the confusion comes in.
-
VB...
So basically you can use this ASP.NET to create web pages in a similar fashion to the way you would create an app for VB.. and thats about all it is?