Click here to Skip to main content
15,919,422 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Use only Row command event only
Posted
Comments
Sascha Lefèvre 25-May-15 14:41pm    
I'm not able to understand your question. You might want to explain it in more detail. You can use the "Improve question"-link below your question to edit it.

1 solution

Create an ASP.NET WebForm application, in an ASPX page insert a gridview element, right click on the gridview and select datasource and then create a new data source for your gridview of existing database.
When you create the datasource there are options for creating CRUD operations for the gridview, you need select the option after testing the connection successfully.
There are two checkboxes you can click the first one for adding CRUD functionalities.

Hope this will help
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900