list

  • Thread starter Thread starter vinnie
  • Start date Start date
V

vinnie

where can i find a complete reference book (paper format, or pdf, or
word....) where i can find all the ASP controls with their
explanation?

I'm currently learning asp.net 2.0 C#

Thanks
 
vinnie,
you can find some of helpful articles in my website
www.aaraj.net (beta version)

go to ASP 2 in the knowladge base section.

Hope you will find a usefull articles and webcasts


Husam Al-A'araj
www.aaraj.net (beta versiona)
 
vinnie,
you can find some of helpful articles in my websitewww.aaraj.net(beta version)

go to ASP 2 in the knowladge base section.

Hope you will find a usefull articles and webcasts

Husam Al-A'arajwww.aaraj.net(beta versiona)

Hi Husam,
and thanks for your help.

what i'm looking is a reference book that list ALL the controls
available in ASP.NET 2.0.

It's just an assignment, but i'm also personally interested: i've
found on internet several web sites, but none is complete, most of
them just talk of the most common controls.
 
vinnie said:
what i'm looking is a reference book that list ALL the controls
available in ASP.NET 2.0.

It's just an assignment, but i'm also personally interested: i've
found on internet several web sites, but none is complete, most of
them just talk of the most common controls.

MSDN is probably your best bet.

Chris.
 
what i'm looking is a reference book that list ALL the controls
available in ASP.NET 2.0.

How about:

- Open System.Web.dll in Roeder's .NET Reflector
- Browse to System.Web.UI.Control
- Expand the item labelled "Derived Types"

It's quite a long list, looks like around 100.
 
Back
Top