Create a new project or just a file?
Hello all,
When creating the Navigator.cs (the file that generates the XML menu), by adding a new project by right-clicking the Solution and then "C# Library" (like the book says) I notice that the intellisense doesn't respond to System.Web.UI; only System.Web. But if instead right-click the main-project, add a New Folder, name it "Controls" and then add my class file under that folder, that problem disappears, but instead I'm not getting a separate assembly (my Controls.dll) in the bin folder. (Hence I can't reuse that control later on if I would like to). Why is that? What should I do?
(By the way, I really like the approach this book has taken, in that I get an understanding of how, and more importantly why, I should create an application a certain way and how everything ties in together (with the XML, stored proc. etc), as opposed to getting code-snippets thrown at me, i.e. "This is how you create a Datagrid" :) Granted, I'm a beginner and get stuck on stupid things like the above mentioned and I don't understand everything either, but those are minor details and can be studied elsewhere. No other book has presented the "big picture" as well as this book has, and that's priceless, in my opinion :)
|