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

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Look at the .net reflector
http://www.aisto.com/roeder/dotnet/


Lukas Kurka wrote:
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

.



Relevant Pages

  • Re: Is it possible to look at ASP.NET controls implementation?
    ... Lukas Kurka wrote: ... i would like to extend some ASP.NET controls but to do that I would like ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Tips on runtime-customized UI
    ... You'll then need to create controls that extend all the controls you want to be able to use on the form and have them implement that interface. ... If there are any base operations that each of these controls must do that you want to implement for them then you would need to create a base class that extends from Control that has that common functionality in it. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Add properties to a control at Run-Time?
    ... I know I can extend a class by deriving from it and add my properties and I ... also know Extender Providers to add properties to controls. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Add properties to a control at Run-Time?
    ... I know I can extend a class by deriving from it and add my properties and I ... also know Extender Providers to add properties to controls. ...
    (microsoft.public.dotnet.framework.windowsforms.designtime)
  • Re: Add properties to a control at Run-Time?
    ... I know I can extend a class by deriving from it and add my properties and I ... also know Extender Providers to add properties to controls. ...
    (microsoft.public.dotnet.general)