Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Beta2 Docs online Several Places Now... Plus Cool Data Reader- Samples


Message #1 by "Roger M. Taylor" <rogertaylor@f...> on Tue, 26 Jun 2001 21:32:13 -0400
http://www.gotdotnet.com/quickstart/aspplus/

http://www.aspng.com/quickstart/aspplus/default.aspx

http://aspalliance.com/quickstart/aspplus/

http://www.dotnetjunkies.com/quickstart/default.aspx

http://dev.aspfree.com/quickstart/default.aspx



Plus a bunch of ExecuteReader samples are up. This new Beta2 control and 

data-fill method blows away "Dataset fills" for speed. Use them instead.



http://www.aspng.com/learn/dbopen.aspx

shows grids filled with DataReader from OLEDB sources (sample is MS-Access)



http://www.aspng.com/learn/dbopensqlserver.aspx

shows grids filled with DataReader from high-speed SQLserver 7/2000 native 

managed providers



http://www.aspng.com/learn/dblist.aspx

shows dropdowns being filled



http://www.aspng.com/learn/visualinheritance.aspx

shows dropdowns being filled with code and presentation in separate files.



http://www.aspng.com/learn/dblistusercontrols.aspx

shows drop-downs being built via User-controls to eliminate coding



Message #2 by "Daniel Anderson" <dcanderson@u...> on Tue, 26 Jun 2001 23:07:12 -0600
Also available online at www.dotnetcafe.com under "Beta 2 QuickStart Docs"

link.





----- Original Message -----

From: "Roger M. Taylor" <rogertaylor@f...>

To: "ASP+" <aspx@p...>

Sent: Tuesday, June 26, 2001 7:32 PM

Subject: [aspx] Beta2 Docs online Several Places Now... Plus Cool Data

Reader Samples





> http://www.gotdotnet.com/quickstart/aspplus/

> http://www.aspng.com/quickstart/aspplus/default.aspx

> http://aspalliance.com/quickstart/aspplus/

> http://www.dotnetjunkies.com/quickstart/default.aspx

> http://dev.aspfree.com/quickstart/default.aspx

>

> Plus a bunch of ExecuteReader samples are up. This new Beta2 control and

> data-fill method blows away "Dataset fills" for speed. Use them instead.

>

> http://www.aspng.com/learn/dbopen.aspx

> shows grids filled with DataReader from OLEDB sources (sample is

MS-Access)

>

> http://www.aspng.com/learn/dbopensqlserver.aspx

> shows grids filled with DataReader from high-speed SQLserver 7/2000 native

> managed providers

>

> http://www.aspng.com/learn/dblist.aspx

> shows dropdowns being filled

>

> http://www.aspng.com/learn/visualinheritance.aspx

> shows dropdowns being filled with code and presentation in separate files.

>

> http://www.aspng.com/learn/dblistusercontrols.aspx

> shows drop-downs being built via User-controls to eliminate coding


  Return to Index