1
Answer

syntax to execute select query in c# using class.cs file

Photo of Nidhi Soni

Nidhi Soni

6y
846
1
i want to create a seperate class using class.cs file in which i want to write one time code for insert ,update,delete ,select code ,So that whenever i want to call there queries i can call them into aspx.cs file . so my ques is how to perform those sql commands?

Answers (1)