Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 6th, 2008, 10:29 AM
Registered User
 
Join Date: Oct 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Using Classes in VB.net

Can classes be used in ASP.net and VB.net? If so, any good reference material that can be recommended? thx

 
Old October 6th, 2008, 01:59 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

Ummm...classes *ARE* used in ASP.NET/VB.NET. Your main page is built by ASP.NET into a VB.NET class file (that is, it is transformed from the version you see using all the <asp:xxx> tags into a "file" of pure VB code) before being sent to the VB compiler, just for starters.

Yes, most definitely classes can be used.

But I'm guessing that you mean classes *other* than the main page class, yes?

You might want to look here:
http://www.asp.net/learn/

If nothing else, you could look at some of the "starter kits" to see how the pros use classes in ASP.NET projects.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Partial classes: C# -> VB.NET Antilles128 BOOK: Professional ASP.NET 2.0 Design: CSS, Themes, and Master Pages ISBN: 978-0-470-12448-2 1 December 23rd, 2007 12:52 AM
classes for retriving MAC address in VB .NET mistrypremal Pro VB.NET 2002/2003 9 August 10th, 2007 12:12 PM
Converting VB6 classes to VB.NET (2003) jorgefejr VB How-To 2 August 25th, 2006 05:09 PM
Instancing Property Of VB Classes ejan Pro VB 6 2 July 18th, 2004 03:15 PM
The Instancing Property of VB Classes ejan VB Components 1 June 25th, 2004 04:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.