-
Forgive me I’m Slow
Hello,
I want to see if I got this right. With VB.Net I can make a “web” app just like I would a standalone app? No ASP coding no HTML voodoo magic. I realize there are diffs between 6 and .net. But I can make a form, drop a button and make “Hello World”. Slap it on a .Net web server, and BAMM, web app. Are there any samples out there?
Thanks
Jason
-
looks like soon they'll be some samples on this site. Have you checked out other threads in this .Net forum ? A few of the sites listed there do samples.
As for the first bit, yep, create a VB type form & MS creates the HTML for it (bit like frontpages idea, but 10,00000 times better :D).
Same as the Hello World bit (though not quite as simple as just typing hello world)!
.Net divides your code into a separate page, so 1 for the HTML and 1 for the coding, all behind the scenes - really cool! :cool: but from your side, it'll be the same as writing a normal vb form !