D David Wier Aug 31, 2006 #2 First, check out: http://www.asp.net/getstarted/default.aspx?tabid=61 However, the new controls are the big part of what makes ASP.Net 2.0 so powerful - check out: http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx David Wier MVP/ASPInsider http://aspnet101.com http://aspexpress.com
First, check out: http://www.asp.net/getstarted/default.aspx?tabid=61 However, the new controls are the big part of what makes ASP.Net 2.0 so powerful - check out: http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx David Wier MVP/ASPInsider http://aspnet101.com http://aspexpress.com
G Guest Aug 31, 2006 #3 David Thanks for the links I have one more Q. What happened to the bin directory in 2.0?? Dont we need Dll's anymore? When the project is built where is the dll stored? Thanks
David Thanks for the links I have one more Q. What happened to the bin directory in 2.0?? Dont we need Dll's anymore? When the project is built where is the dll stored? Thanks
D David Wier Aug 31, 2006 #4 The bin directory is still there - the bin is where the dlls from references are stored For instance, I use a product called the BasicDatePicker - when I add a reference in VS.Net, it adds the dll to the project's bind directory.
The bin directory is still there - the bin is where the dlls from references are stored For instance, I use a product called the BasicDatePicker - when I add a reference in VS.Net, it adds the dll to the project's bind directory.