Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class problem
Message
 
 
À
14/05/2008 00:32:02
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01316773
Message ID:
01316959
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform