Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class problem
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316773
Message ID:
01316959
Views:
10
>Hi,
>You seem confused as to the differences between assemblies, projects and classes.
>
>An assembly is a collection of DLL/EXES. Each DLL/EXE is the result of compiling a project. If you add .CS files to a project then any classes defined in the .CS files will be accessible through the resulting compiled file.
>
>HTH,
>Viv

Viv,

I want to be able to use my new class in my ASPX pages. How can I do that? In other words, I'd like to be able to have this visual class on the toolbox and be able to drag it to the ASPX page.

It seems to me that the only way is to have this class inside a separate project, compile it into the dll (assembly) and then use it this way.

Or do you have better suggestions, because I really would love to be able to use it without an extra project.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform