| Thread | Last Post | Replies |
|
| Performance issues with Retrieving data | 30 Jun 2007 23:35 GMT | 1 |
I have a table with over 1.3 million rows. I am retrieving only 20 at a time using the with - over clauses In query analyser, the data is retrieved in under a second. When retrieving using the data adaptor.fill or datareader to retrieve the
|
| GridView Hide empty row (vb) | 20 Jun 2007 08:36 GMT | 1 |
I have read several resources on the internet and MSFT newsgroups on how to insert data using the footer in the datagrid control. To solve the empty data set problem, I added a blank row in the datasource select statement, using the union command to create the additional blank row ...
|
| Iterate through the controls of a ItemTemplate | 18 Jun 2007 20:05 GMT | 4 |
I have a datagrid with boudcolums and templatecolumns. The templatecolums have a ItemTemplate that contains controls. I would like to iterate through these controls. I cannot use the FindControl method because I dont know the ID of the controls. I don't
|
| Paging | 17 Jun 2007 15:57 GMT | 1 |
I'm rather confused / frustrated with paging. It seems impossible. I have a database with X rows in a table, and I want to present a grid that shows a paged view of just 10 items, and let the user navigate through he entire table 10 items at a time. Simple enough, right?
|
| GridView issue when export to excel | 13 Jun 2007 17:56 GMT | 7 |
I am using this code that I have found in the internet to generate excel output. Response.Clear(); Response.AddHeader("content-disposition",
|
| is there a "last id" mechanism on an update? | 04 Jun 2007 09:57 GMT | 2 |
I have a gridview "new" command that insert a new row into a postgresql database.that uses the odbc driver. Newbie as I am i thought that iReturn would have the new index that was created.
|
| DataGrid.PageIndexChanged not firing on when 0th page requested | 04 Jun 2007 09:54 GMT | 5 |
I have a Web Part that contains a relatively simple DataGrid, paginated across four pages. Switching between pages 2, 3 and 4 works fine, but if you request the first (0th) page again, the PageIndexChanged event does not fire. Please see my code below:
|