Is it possible to look at ASP.NET controls implementation?

  • Thread starter Thread starter Lukas Kurka
  • Start date Start date
L

Lukas Kurka

Hi,

i would like to extend some ASP.NET controls but to do that I would like to
see what is really happening inside. Is there a tool to take a look inside
ASP.NET controls?

Thanks
Lukas
 
Look at Microsoft's code you mean? I wouldn't think so - although somebody
else may know better.

You could take a look at Mono, though. It's open source so you can look at
all the code and see how they've implemented it, and it is available for
Windows. It works surprisingly well, too. Looking at the Mono code may, or
may not help you. I suppose it depends on what you're looking for. If you
want to know how Microsoft do it, it won't help you at all. If you want to
know how it can be done, it could help you a lot.

http://www.mono-project.com/Downloads

Cheers



Peter
 
Back
Top