Hi everyone, I'm new to .NET, and really new to ASP. I am trying to convert an old PHP project I did into ASP.NET 2.0 for the practice. My first issue is pulling information out of a database and displaying it on a specific spot on my webpage.
The project is a Task Manager, and have a specific way that the db records need to be displayed on the page, and therefore I don't believe that the standard controls will work (plus I would like to get used to coding it by hand)
I guess my question is, does anyone have a good tutorial that combines using ADO.NET with ASP.NET under the Visual Web Developer 2005 Express Eddition? Every google or ASP.NET search that I am running keeps coming up with using the default controls that ship with VWD2005, and notheing about hand coding. Any help would be appreciated. Thank you very much.
firecracker37:
...I guess my question is, does anyone have a good tutorial that combines using ADO.NET with ASP.NET under the Visual Web Developer 2005 Express Eddition? Every google or ASP.NET search that I am running keeps coming up with using the default controls that ship with VWD2005, and notheing about hand coding. Any help would be appreciated. Thank you very much.
Check out these Videos and QuickStarts...
http://www.asp.net/learn/default.aspx?tabid=63
HTH.
Thank you.
-- Mark Kamoski
Take a look into below links
http://www.4guysfromrolla.com/webtech/chapters/ASPNET/
http://www.devarticles.com/c/a/ADO.NET/All-You-Need-To-Know-About-ADO.NET-Part-2/
http://www.sitepoint.com/article/introduction-ado-net
HC
0 comments:
Post a Comment