How i can use Store Procedures in mvc ?
can someone bring me an example plz i use this code:
string query = "SELECT * FROM Table1"; string constr = ConfigurationManager.ConnectionStrings["Constring"].ConnectionString;
As per your need, if you don't want to use DataTable you can use List aswell.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.