473,748 Members | 4,178 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 20 '05 #1
1 935
I would suggest buying ASP.NET Unleashed, by Stephen Walther. I use it all
the time...in fact, my binding is falling apart! I believe every question
you asked below is covered in it.

"David Brewster" <pu***@interlog .com> wrote in message
news:eq******** ********@TK2MSF TNGP10.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 20 '05 #2

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

Similar topics

20
3343
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*
7
1426
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 basic to go into here - so I am hoping that someone out there can suggest a book that I can pick...
19
1927
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
1463
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 than nothing). I am sure they are two good books and I understand them without many troubles. What...
6
2470
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
1308
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 comfortable putting all of my Business Logic into stored procedures. Is this wrong?
6
1548
by: xfile | last post by:
Hello, I am very new to donet and wondering how to solve the following scenario: (1) Our current hosted site has .Net 1.1 and can be upgraded to 2.0 if needed. Some downtime are expected and may have unexpected problems though. (2) Local environment installed both 1.1 and 2.0 framework and 2.0 SDK. (3) Currently, all our ASP and HTML pages are working fine but we are
4
1879
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 little too terse for my needs. In MySQL, I used statements like: PRIMARY KEY (`ic_contact_id`),...
4
6698
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, source code, and books that may help me better understand how to implement this type of code. I am...
14
4111
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
8987
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9316
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
9241
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6793
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4597
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4867
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3303
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2211
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.