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.