Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
arno #1
datagrid count
Hello,
With a datagrid (asp.net 2), how do I do to have a query's total.
When I use GridView1.rows.count, I had the total for a page but not for all
pages.
(I don't wish to use a second query : "select count(*) from ...)"
Thanks by advance
arno
arno Guest
-
DataGrid.Column.Count is empty?
Hello, I have created my own datagrid control, derived from datagrid. Now my webform uses this datagrrd and calls the ItemDataBound method,... -
Show DataGrid Item Count?
I have a DataGrid in an ASP.NET page that is the third of three nested controls (2 DataLists and the DataGrid). It uses relations in the DataSet and... -
total record count in datagrid
I have a datagrid control that has paging set up and working. What I would like is a total record count (not just per page) in the header or near... -
Datagrid Column Count HELP
How do I determine the last column in a datagrid with auto-generated columns. I need to use the column.AddAt method to add a button column to the... -
Datagrid column count = 0??
OK, I'm missing something obvious here... I have a datagrid that I populate in the code-behind page thusly: adptr = new OleDbDataAdapter("SELECT...



Reply With Quote

