hi,
you have 2 databases one that you created inside the IDE, and other one for testing( a copy from the origional one) . if you want to deploy the testing database with your project in case you have add some usefull records during testing . then go to your project folder\bin\debug you will find the testing database copy it , then go up to your project folder and replace the origional with the testing one, in your solution explorer select your database and go to properties , in the build action select what you want , as embedded rescource or content,
to check b4 deploy you can right click your project in solution explorer, select properties , publish tab, application files button, you will see all the files that will be deploied with your application
i guess the detailsview is for webpages you will find that in the VWD express, you can ask about it in http://forums.asp.net
hope this helps
|