Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Ravichandran Mahalingam #1
Bound Column or Template Column (w dAdapater?) in DataGrid
I am able to get the data using DataAdapter and the DataReader. I am
more inclined to use DataAdapter because I want to update the data on
the SQL server database.
I have used boundcolumns- I am not planning anything fancy about
sorting - data validating right now. should I have to use tempalte
columns or bound columns.
I am not finding any technical literature comparing the two letting me
which one to use?
any help in will be appreciated.
thanks and have a nice weekend.
Ravi
Ravichandran Mahalingam Guest
-
Bound datatable + unbound column in datagrid
Is is possible to create an ASP.NET datagrid that mixes bound data pulled from a database table with an unbound column created by the program? I... -
update datagrid with dynamic bound column
I have a simple question which is how to get the entered values on update so I can save them to a database? Specifically I call findControl to get... -
Move bound column to right of dynamic column in datagrid?
I have a datatable that I am binding to a C# ASP.NET 1.1 web page. I also want to put an "Edit" column on the datagrid. However, whenever I use... -
datagrid cell and bound column
Hi, i've registered a week ago at the managed newsgroups, but I didn't get a mail that the registration was ok. So I hope my question is answered. ... -
How to use formatting expression on DataGrid bound column.
Refer http://www.c-sharpcorner.com/Code/2003/June/FormatDataGridData.asp http://www.c-sharpcorner.com/Code/2003/June/DataFormatString.asp HTH...



Reply With Quote

