I am new to the ASP.NET and I want to have a good reference for ASP.NET controls in front of me when I am practicing or working in my simple project for learning ASP.NET
so is there any pdf document that conta开发者_如何学Cins all the ASP.NET Controls like DataGrid?
If you need a reference for Data Web Server (ASP.NET) Controls then you can read about them on MSDN:
http://msdn.microsoft.com/en-us/library/ms247243(v=VS.90).aspx
You can print the pages to a pdf using a pdf printer like the free doPDF software.
If you need a direct pdf reference, in this pdf there are presented some of the same controls with code examples for sorting, paging, filtering:
http://aspalliance.com/cookbook/downloads/pdfs/0672325241_ch13.pdf
I think This site will help you a lot. By live example of asp.net control and you can modify it there as well in it's editor.
http://www.w3schools.com/aspnet/aspnet_examples.asp
精彩评论