How to store data in sequel server by coding in asp.net | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to store data in sequel server by coding in asp.net

need to enter information of products which gets stored automatically in the database created

24th Aug 2017, 11:29 AM
Yahya Syed
Yahya Syed - avatar
2 Answers
+ 4
Either define a DAL (data access layer) within your project or utilize an ORM (object relational mapper), such as Entity Framework.
11th Oct 2017, 10:26 PM
Shane Overby
Shane Overby - avatar
0
use insert query to store in database
25th Aug 2017, 4:14 AM
Harshakumar T P