Either add a new Database in ur project as u've already done and create tables and enter data through visual studio database explorer (Double click on dataBaseName.mdf )
If you want to add the database you've created in sql server express than right click on databse name in sql server management studio and select detach
Copy the databaseName.mdf and databaseName_Log files from sql server installation directory (usually C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data) to desktop
Now right click on solution explorer in Visual studio > select Add existing item > browse to databsename.mdf on desktop > click ok
Done
Don't say thanks rather
mark my reply as "Answer" if it helps you ,Doing so u'll get points too
amiT jaiN
ASP.NET C#.NET Articles