Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Could you please help me to explain how to create classes in ASP.NET? I'm trying to search, but I still can't create them.
Posted

You REALLY need to pickup a beginner book on VB.NET and possibly ASP.NET. VB.NET is a language in which you can write classes. ASP.NET is NOT a language, so you can't write classes in it. It's a framework to make web-based applications, which BTW will USE classes you write in some lanugage, like VB.NET.
 
Share this answer
 
Please go through the below articles.

1. Creating Classes in Visual Basic .NET[^].
2. How to create classes and objects in Visual Basic .NET or in Visual Basic 2005[^].

And Google[^] is there to help you as always.

Thanks...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900