Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
How to use reflection in ASP.NET ?
Posted
Comments
Sergey Alexandrovich Kryukov 9-Apr-15 11:03am    
It is no in ASP.NET, it is in .NET. What prevents you from reading in this big topic? Why do you think that a Quick Answer written specially for you, quickly, should be better then thoroughly written documentation?
—SA

Try these tutorials / links -
Reflection introduction[^]
How to use reflection in Asp.Net[^]

If you are looking at a sample of reflection used in ASP.Net web controls, try -
Reflection and ASP.NET Web Controls[^]
Using Reflection to Bind Business Objects to ASP.NET Form Controls[^]
 
Share this answer
 
Hi,

Read the sollowing articles :

1) Reflection in .NET
2) Reflection in the .NET Framework
3) C# - Reflection
 
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