+ 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
2 Antworten
+ 4
Either define a DAL (data access layer) within your project or utilize an ORM (object relational mapper), such as Entity Framework.
0
use insert query to store in database