In this video tutorial we will learn, How to create Database and Database table in asp.net using visual studio. First to create a new website, Add new item, select SqlServer database (.mdf file). Double click on mdf file and open it in server explorer. Expand database node. Right click on Table name and create table with number of columns. Also add value in the columns.
In this video tutorial we will learn, How to create Database and Database table in asp.net using visual studio. First to create a new website, Add new item, select SqlServer database (.mdf file). Double click on mdf file and open it in server explorer. Expand database node. Right click on Table name and create table with number of columns. Also add value in the columns.