473,569 Members | 2,383 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

So many questions with VB.NET Web applications (active server pages)... any good books?

Hi everyone.
I've been working with VB6 for a while now, I'm feeling pretty damn
confortable with it, but find myself wondering about VB.NET and web
applications. So I thought I'd get my feet wet.
Well - let me tell ya - there's a whole lotta stuff that I need to teach
myself. I have a whole slew of questions - to many and propbably just too
basic to go into here - so I am hoping that someone out there can suggest a
book that I can pick up from Amazon.
All of my questions are to do with creating web pages within VB.NET. I don't
want to go into ASP scripting or java or anything else - I just want to
stick with VB.NET syntax and language.
Whatever book I get should be able to adress these things (all by example
and sample code) - examples and code snippets are important only becuase I
am very green here to VB.NET and web development on a whole:

1) How display popup windows (for like login functions)
2) Go into detail on things like session veriables so I can maintain
seperate content based on if a user is logged in or not.
3) Some database information (although I am pretty comfortable in this area
so I may not need much help if any).
4) Login/security design recomendations.
5) A demonstration on how to do the typical functions you'd need for
shopping cart transactions.
6) A demonstration on how to do the typical functions you'd need for user
group forums.
7) How to work with frames - or an alternative similiar screen design if
this can't be done within VB.NET (using headers, a side contents section,
etc.)
8) How to have a running counter for things like how many people are logged
into the site.

Any book suggestions that can address these things would be great.

Thanks.

Dave

Nov 18 '05 #1
7 1412
Have a look at ASP.NET Unleashed by Stephen Walther. But it doesnt cover
number 1. For that look on MSDN for
RegisterClientS criptBlock

"David Brewster" <pu***@interlog .com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi everyone.
I've been working with VB6 for a while now, I'm feeling pretty damn
confortable with it, but find myself wondering about VB.NET and web
applications. So I thought I'd get my feet wet.
Well - let me tell ya - there's a whole lotta stuff that I need to teach
myself. I have a whole slew of questions - to many and propbably just too
basic to go into here - so I am hoping that someone out there can suggest a book that I can pick up from Amazon.
All of my questions are to do with creating web pages within VB.NET. I don't want to go into ASP scripting or java or anything else - I just want to
stick with VB.NET syntax and language.
Whatever book I get should be able to adress these things (all by example
and sample code) - examples and code snippets are important only becuase I
am very green here to VB.NET and web development on a whole:

1) How display popup windows (for like login functions)
2) Go into detail on things like session veriables so I can maintain
seperate content based on if a user is logged in or not.
3) Some database information (although I am pretty comfortable in this area so I may not need much help if any).
4) Login/security design recomendations.
5) A demonstration on how to do the typical functions you'd need for
shopping cart transactions.
6) A demonstration on how to do the typical functions you'd need for user
group forums.
7) How to work with frames - or an alternative similiar screen design if
this can't be done within VB.NET (using headers, a side contents section,
etc.)
8) How to have a running counter for things like how many people are logged into the site.

Any book suggestions that can address these things would be great.

Thanks.

Dave

Nov 18 '05 #2
Thanks.
Ya know - I'm starting to get the impression that it's not really possible
to do a full website based on VB.NET alone without having to dive into
scripts and that sort of thing. :-(

"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OX******** ******@tk2msftn gp13.phx.gbl...
Have a look at ASP.NET Unleashed by Stephen Walther. But it doesnt cover
number 1. For that look on MSDN for
RegisterClientS criptBlock

"David Brewster" <pu***@interlog .com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi everyone.
I've been working with VB6 for a while now, I'm feeling pretty damn
confortable with it, but find myself wondering about VB.NET and web
applications. So I thought I'd get my feet wet.
Well - let me tell ya - there's a whole lotta stuff that I need to teach
myself. I have a whole slew of questions - to many and propbably just too basic to go into here - so I am hoping that someone out there can suggest
a
book that I can pick up from Amazon.
All of my questions are to do with creating web pages within VB.NET. I

don't
want to go into ASP scripting or java or anything else - I just want to
stick with VB.NET syntax and language.
Whatever book I get should be able to adress these things (all by

example and sample code) - examples and code snippets are important only becuase I am very green here to VB.NET and web development on a whole:

1) How display popup windows (for like login functions)
2) Go into detail on things like session veriables so I can maintain
seperate content based on if a user is logged in or not.
3) Some database information (although I am pretty comfortable in this

area
so I may not need much help if any).
4) Login/security design recomendations.
5) A demonstration on how to do the typical functions you'd need for
shopping cart transactions.
6) A demonstration on how to do the typical functions you'd need for use r group forums.
7) How to work with frames - or an alternative similiar screen design if
this can't be done within VB.NET (using headers, a side contents section, etc.)
8) How to have a running counter for things like how many people are

logged
into the site.

Any book suggestions that can address these things would be great.

Thanks.

Dave


Nov 18 '05 #3
Each has their place. VBNET can used for database interaction and other
server side stuff. While javascript is for the client side. But you can send
javascript to client via vbnet. But you cant use vbnet on the client unless
its a windows app. Also it would help answer your questions if i knew what
you meant by full website.But remeber that each a specific purpose.
"David Brewster" <pu***@interlog .com> wrote in message
news:Os******** ******@TK2MSFTN GP11.phx.gbl...
Thanks.
Ya know - I'm starting to get the impression that it's not really possible
to do a full website based on VB.NET alone without having to dive into
scripts and that sort of thing. :-(

"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OX******** ******@tk2msftn gp13.phx.gbl...
Have a look at ASP.NET Unleashed by Stephen Walther. But it doesnt cover
number 1. For that look on MSDN for
RegisterClientS criptBlock

"David Brewster" <pu***@interlog .com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi everyone.
I've been working with VB6 for a while now, I'm feeling pretty damn
confortable with it, but find myself wondering about VB.NET and web
applications. So I thought I'd get my feet wet.
Well - let me tell ya - there's a whole lotta stuff that I need to teach myself. I have a whole slew of questions - to many and propbably just too basic to go into here - so I am hoping that someone out there can suggest
a
book that I can pick up from Amazon.
All of my questions are to do with creating web pages within VB.NET. I don't
want to go into ASP scripting or java or anything else - I just want to stick with VB.NET syntax and language.
Whatever book I get should be able to adress these things (all by

example and sample code) - examples and code snippets are important only becuase I
am very green here to VB.NET and web development on a whole:

1) How display popup windows (for like login functions)
2) Go into detail on things like session veriables so I can maintain
seperate content based on if a user is logged in or not.
3) Some database information (although I am pretty comfortable in this area
so I may not need much help if any).
4) Login/security design recomendations.
5) A demonstration on how to do the typical functions you'd need for
shopping cart transactions.
6) A demonstration on how to do the typical functions you'd need for
use r group forums.
7) How to work with frames - or an alternative similiar screen design
if this can't be done within VB.NET (using headers, a side contents

section, etc.)
8) How to have a running counter for things like how many people are

logged
into the site.

Any book suggestions that can address these things would be great.

Thanks.

Dave



Nov 18 '05 #4
Hi there.
I see there's more to this than what I first thought. Seems there's no way
of avoiding javascripts.
By a full website, I meant writing something that has users login, gives
them the ability to browse forums, send messages, and make purchases (credit
towards usage or for purchasing products). The learning curve is steeper
than what I thought - I wasn't counting on having to learn VB.NET (I'm a VB6
user now), plus javascript... guess I have to hit the books now huh? Damn.
;-)
"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OE******** ******@TK2MSFTN GP10.phx.gbl...
Each has their place. VBNET can used for database interaction and other
server side stuff. While javascript is for the client side. But you can send javascript to client via vbnet. But you cant use vbnet on the client unless its a windows app. Also it would help answer your questions if i knew what
you meant by full website.But remeber that each a specific purpose.
"David Brewster" <pu***@interlog .com> wrote in message
news:Os******** ******@TK2MSFTN GP11.phx.gbl...
Thanks.
Ya know - I'm starting to get the impression that it's not really possible
to do a full website based on VB.NET alone without having to dive into
scripts and that sort of thing. :-(

"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OX******** ******@tk2msftn gp13.phx.gbl...
Have a look at ASP.NET Unleashed by Stephen Walther. But it doesnt cover number 1. For that look on MSDN for
RegisterClientS criptBlock

"David Brewster" <pu***@interlog .com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
> Hi everyone.
> I've been working with VB6 for a while now, I'm feeling pretty damn
> confortable with it, but find myself wondering about VB.NET and web
> applications. So I thought I'd get my feet wet.
> Well - let me tell ya - there's a whole lotta stuff that I need to teach > myself. I have a whole slew of questions - to many and propbably just too
> basic to go into here - so I am hoping that someone out there can suggest
a
> book that I can pick up from Amazon.
> All of my questions are to do with creating web pages within VB.NET.
I don't
> want to go into ASP scripting or java or anything else - I just want

to > stick with VB.NET syntax and language.
> Whatever book I get should be able to adress these things (all by

example
> and sample code) - examples and code snippets are important only becuase
I
> am very green here to VB.NET and web development on a whole:
>
> 1) How display popup windows (for like login functions)
> 2) Go into detail on things like session veriables so I can maintain
> seperate content based on if a user is logged in or not.
> 3) Some database information (although I am pretty comfortable in this area
> so I may not need much help if any).
> 4) Login/security design recomendations.
> 5) A demonstration on how to do the typical functions you'd need for
> shopping cart transactions.
> 6) A demonstration on how to do the typical functions you'd need for

use
r
> group forums.
> 7) How to work with frames - or an alternative similiar screen

design if > this can't be done within VB.NET (using headers, a side contents

section,
> etc.)
> 8) How to have a running counter for things like how many people are
logged
> into the site.
>
> Any book suggestions that can address these things would be great.
>
> Thanks.
>
> Dave
>
>
>



Nov 18 '05 #5
When it comes to Javascript, is Java# workable - or would that require the
client to have the .net framework installed?

"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OE******** ******@TK2MSFTN GP10.phx.gbl...
Each has their place. VBNET can used for database interaction and other
server side stuff. While javascript is for the client side. But you can send javascript to client via vbnet. But you cant use vbnet on the client unless its a windows app. Also it would help answer your questions if i knew what
you meant by full website.But remeber that each a specific purpose.
"David Brewster" <pu***@interlog .com> wrote in message
news:Os******** ******@TK2MSFTN GP11.phx.gbl...
Thanks.
Ya know - I'm starting to get the impression that it's not really possible
to do a full website based on VB.NET alone without having to dive into
scripts and that sort of thing. :-(

"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OX******** ******@tk2msftn gp13.phx.gbl...
Have a look at ASP.NET Unleashed by Stephen Walther. But it doesnt cover number 1. For that look on MSDN for
RegisterClientS criptBlock

"David Brewster" <pu***@interlog .com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
> Hi everyone.
> I've been working with VB6 for a while now, I'm feeling pretty damn
> confortable with it, but find myself wondering about VB.NET and web
> applications. So I thought I'd get my feet wet.
> Well - let me tell ya - there's a whole lotta stuff that I need to teach > myself. I have a whole slew of questions - to many and propbably just too
> basic to go into here - so I am hoping that someone out there can suggest
a
> book that I can pick up from Amazon.
> All of my questions are to do with creating web pages within VB.NET.
I don't
> want to go into ASP scripting or java or anything else - I just want

to > stick with VB.NET syntax and language.
> Whatever book I get should be able to adress these things (all by

example
> and sample code) - examples and code snippets are important only becuase
I
> am very green here to VB.NET and web development on a whole:
>
> 1) How display popup windows (for like login functions)
> 2) Go into detail on things like session veriables so I can maintain
> seperate content based on if a user is logged in or not.
> 3) Some database information (although I am pretty comfortable in this area
> so I may not need much help if any).
> 4) Login/security design recomendations.
> 5) A demonstration on how to do the typical functions you'd need for
> shopping cart transactions.
> 6) A demonstration on how to do the typical functions you'd need for

use
r
> group forums.
> 7) How to work with frames - or an alternative similiar screen

design if > this can't be done within VB.NET (using headers, a side contents

section,
> etc.)
> 8) How to have a running counter for things like how many people are
logged
> into the site.
>
> Any book suggestions that can address these things would be great.
>
> Thanks.
>
> Dave
>
>
>



Nov 18 '05 #6
You can use VNET to handle login: retrieve the username and password and
compare to what the user entered, for the forums: the various subforums and
messages and related stuff canbe pulled from the database via vbnet and you
can use the server controls to display that stuff. And you can hadle the
credit card stuff with vbnet. But as for making popup windows and other
client stuff - yes you have to use javascript. And Java and javascript are 2
different things.
"David Brewster" <pu***@interlog .com> wrote in message
news:eP******** ******@tk2msftn gp13.phx.gbl...
Hi there.
I see there's more to this than what I first thought. Seems there's no way
of avoiding javascripts.
By a full website, I meant writing something that has users login, gives
them the ability to browse forums, send messages, and make purchases (credit towards usage or for purchasing products). The learning curve is steeper
than what I thought - I wasn't counting on having to learn VB.NET (I'm a VB6 user now), plus javascript... guess I have to hit the books now huh? Damn.
;-)
"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OE******** ******@TK2MSFTN GP10.phx.gbl...
Each has their place. VBNET can used for database interaction and other
server side stuff. While javascript is for the client side. But you can send
javascript to client via vbnet. But you cant use vbnet on the client

unless
its a windows app. Also it would help answer your questions if i knew what
you meant by full website.But remeber that each a specific purpose.
"David Brewster" <pu***@interlog .com> wrote in message
news:Os******** ******@TK2MSFTN GP11.phx.gbl...
Thanks.
Ya know - I'm starting to get the impression that it's not really possible to do a full website based on VB.NET alone without having to dive into
scripts and that sort of thing. :-(

"Showjumper " <sh*******@grkj ashdjkf.com> wrote in message
news:OX******** ******@tk2msftn gp13.phx.gbl...
> Have a look at ASP.NET Unleashed by Stephen Walther. But it doesnt cover > number 1. For that look on MSDN for
> RegisterClientS criptBlock
>
> "David Brewster" <pu***@interlog .com> wrote in message
> news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
> > Hi everyone.
> > I've been working with VB6 for a while now, I'm feeling pretty damn > > confortable with it, but find myself wondering about VB.NET and web > > applications. So I thought I'd get my feet wet.
> > Well - let me tell ya - there's a whole lotta stuff that I need to

teach
> > myself. I have a whole slew of questions - to many and propbably just too
> > basic to go into here - so I am hoping that someone out there can
suggest
> a
> > book that I can pick up from Amazon.
> > All of my questions are to do with creating web pages within VB.NET. I
> don't
> > want to go into ASP scripting or java or anything else - I just
want to
> > stick with VB.NET syntax and language.
> > Whatever book I get should be able to adress these things (all by
example
> > and sample code) - examples and code snippets are important only

becuase
I
> > am very green here to VB.NET and web development on a whole:
> >
> > 1) How display popup windows (for like login functions)
> > 2) Go into detail on things like session veriables so I can
maintain > > seperate content based on if a user is logged in or not.
> > 3) Some database information (although I am pretty comfortable in

this > area
> > so I may not need much help if any).
> > 4) Login/security design recomendations.
> > 5) A demonstration on how to do the typical functions you'd need for > > shopping cart transactions.
> > 6) A demonstration on how to do the typical functions you'd need for use
r
> > group forums.
> > 7) How to work with frames - or an alternative similiar screen

design
if
> > this can't be done within VB.NET (using headers, a side contents
section,
> > etc.)
> > 8) How to have a running counter for things like how many people

are > logged
> > into the site.
> >
> > Any book suggestions that can address these things would be great.
> >
> > Thanks.
> >
> > Dave
> >
> >
> >
>
>



Nov 18 '05 #7
I just finished "Introducin g Microsoft .NET" by David Platt. I reccommend
this book highly as a first contact with .NET. It's a quick, easy reading
overview of .NET with lots of diagrams and analogies. When you finish,
you'll have a clear idea of how the various pieces relate to each other and
what you need to study in greater depth. Very helpful.
--
John Goodfellow
irtfnm
use john at goodfellowassoc dot com
"David Brewster" <pu***@interlog .com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi everyone.
I've been working with VB6 for a while now, I'm feeling pretty damn
confortable with it, but find myself wondering about VB.NET and web
applications. So I thought I'd get my feet wet.
Well - let me tell ya - there's a whole lotta stuff that I need to teach
myself. I have a whole slew of questions - to many and propbably just too
basic to go into here - so I am hoping that someone out there can suggest a book that I can pick up from Amazon.
All of my questions are to do with creating web pages within VB.NET. I don't want to go into ASP scripting or java or anything else - I just want to
stick with VB.NET syntax and language.
Whatever book I get should be able to adress these things (all by example
and sample code) - examples and code snippets are important only becuase I
am very green here to VB.NET and web development on a whole:

1) How display popup windows (for like login functions)
2) Go into detail on things like session veriables so I can maintain
seperate content based on if a user is logged in or not.
3) Some database information (although I am pretty comfortable in this area so I may not need much help if any).
4) Login/security design recomendations.
5) A demonstration on how to do the typical functions you'd need for
shopping cart transactions.
6) A demonstration on how to do the typical functions you'd need for user
group forums.
7) How to work with frames - or an alternative similiar screen design if
this can't be done within VB.NET (using headers, a side contents section,
etc.)
8) How to have a running counter for things like how many people are logged into the site.

Any book suggestions that can address these things would be great.

Thanks.

Dave


Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
3299
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to speed. I like books with practical exercises, and also with test questions (like cert books) *2*
1
928
by: David Brewster | last post by:
Hi everyone. I've been working with VB6 for a while now, I'm feeling pretty damn confortable with it, but find myself wondering about VB.NET and web applications. So I thought I'd get my feet wet. Well - let me tell ya - there's a whole lotta stuff that I need to teach myself. I have a whole slew of questions - to many and propbably just too...
19
1916
by: MP | last post by:
I'm interested to learn how to use mdb files via ado/adox via vb6 Since I'm not using Access are those types of questions o.t. here? I see very few ado questions here. But there's a lot more traffic here than the ado groups. :-) Thanks Mark
4
1452
by: Java Challenge | last post by:
I am trying to work hard to become a programmer and eventually get a job as a programmer, I have a low paying job at the moment as technical support and a family to maintain. 1 - I started to studying "Programming C#" by Jesse Liberty at home in the evening and "Inside C#" at work (I go slowly because I also have to work, but that's better...
6
2452
by: Jack | last post by:
Hi, I got this book for some time. I need to download the source code for this book. However, Wrox, the publisher, does not have download code for this book. Could anybody suggest any site from where I can get the download of source code for this book? Thanks in advance. Regards.
8
1296
by: NH | last post by:
Hi, I'm looking for some opinions and advice on designing ASP.Net apps. Let me explain my approach to how I currently design and hopefully you can give me some advice. I create systems for a medium sized business's (200+users) using SQL Server, ASP.Net 1.1 and 2.0. Generally I am very good at database design and development so I feel...
4
1861
by: Ted | last post by:
Understand, I have developed a number of applications using RDBMS, including MySQL, PostgreSQL and MS Access, but this is my first experience with MS SQL. I'd bet my bottom dollar that MS SQL supports what I need, but I just haven't found where it is explained in any detail in the documentation I have. The pages I have found strike me as a...
4
6687
by: AzizMandar | last post by:
C++ Event Coding Questions I have done some simple programs in C++ and read a lot of good C++ books (Including The C++ Programing Language, and C++ Primer) I am trying to understand and implement an Event based program and Message system. I have a very basic event engine that I'm feeling works a bit backwards. I'm looking for documents,...
14
4090
by: shamirza | last post by:
Question Do ActiveX DLLs made in VB still need the VB runtimes on the machine? ________________________________________ Answer In a word, Yes. Visual Basic does not support what is known as "Static
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8132
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7678
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7982
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5222
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.