Question: I'm working on a C# project that uses a web page to access a database I've created and display the data from a table by
I'm working on a C# project that uses a web page to access a database I've created and display the data from a table by providing a SQL statement.
- I the web page only needs a label, a text box, and a button
- the textbox will capture the SQL statement
- the button will process the statement and display the results in the label
- Add necessary data access pages to my project.
- Display the data in Gridview
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
