Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
i want to create the meta data from our common class in asp.net project.
the thing is that we are passing asp.net control in class but i want also create the dll from that class .how it is done
plz help me that will be grate help
Posted
Comments
Ra-one 10-Jun-11 4:27am    
What exactly you are trying to do is not clear in question, Be specific, try to post some code snippet to make it more clear..:)
Sergey Alexandrovich Kryukov 10-Jun-11 17:02pm    
Not clear what kind of meta-data and what's the role of the class.
Please see my answer.
--SA

Check OUt Here

You May get Solution

Meta Data
 
Share this answer
 
It depends on what do your consider as meta-data. If you need to get meda-data as it is understood in .MET about your class, introduce yourself to Reflection. Start with System.Type, see http://msdn.microsoft.com/en-us/library/system.type.aspx[^], http://msdn.microsoft.com/en-us/library/system.reflection(v=VS.100).aspx[^].

If you class is the data class that describes meta-data in some data model, you cannot ask such question here, because the meta-model architecture could be anything. Ask the one who created that architecture.

—SA
 
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