Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
The data are shown in grid view is connected with oracle,i want to add 3 columns in this grid view who is user entry column.
Posted

you have to create template columns in your grid view and place the controls in those columns for data entry
following will help you creating template columns

http://www.asp.net/web-forms/tutorials/data-access/custom-formatting/using-templatefields-in-the-gridview-control-cs[^]

How to create template columns dynamically in a grid view[^]
 
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