|
-
Jul 12th, 2001, 06:25 PM
#1
Thread Starter
Member
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
Jason
Senior Network Engineer
VB 6 Ent. Edition SP5
-
Jul 19th, 2001, 03:22 AM
#2
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 ).
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! but from your side, it'll be the same as writing a normal vb form !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|