Click here to Skip to main content
16,018,353 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when i enter 3 in a text box a GRID VIEW with 3 rows should be shown.
on each row 'edit' and 'Delete' button should be shown.
when i click on edit button a popup should be shown and then i have to enter the data and when i click 'OK BUTTON' on that popup the data should be shown in that GridView Row .
and finally when i click save button all gridView data should be saved into database.
Posted
Comments
Anshu BM 18-Dec-12 6:18am    
Can you please show your code
__TR__ 18-Dec-12 6:36am    
And your question is ?

Start with a new instance of the DataGridView Class[^], and add rows and columns, and their properties, as required. You can figure out most of the code by creating a form in Visual Studio, with a DataGridView on it. Add the various properties you require, and then look at the generated code.
 
Share this answer
 

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