| Thread | Last Post | Replies |
|
| GridView, DataSource, RowUpdating, e.OldValues and e.NewValues collections | 28 Sep 2007 10:31 GMT | 13 |
A friend asked me to help him out on this and frankly it has me completely stumped as well. I have a GridView control and use old style manual binding with a DataSource property and invoke the DataBind() method. If you don't use one of the Data
|
| How is this possible?! | 26 Sep 2007 15:51 GMT | 1 |
I have a asp.net 2.0 GridView in an Ajax Update panel with paging enabled. In the dropdown box users can select the grid's page size. My Gridview has 12 rows and the default pagesize is 10. However when Page size "20" or "all" is selected, the grid shows all 12 rows in the ...
|
| Unable to retrieve schema - Divide by zero error encountered | 24 Sep 2007 14:55 GMT | 1 |
Has anybody ever come across this error when working with a DataView on ASP.NET 2.0? Here's the funny thing - the grid works fine. However, if I try to edit columns, I don't have the list of all the available columns in the data
|
| Repeat Column - use as many as can fit. | 05 Sep 2007 08:27 GMT | 1 |
Is there a way in a datalist to have it auto calculate the number of columns to put in? In other words, if it can fit 3 columns without wrapping, do that. If only 2 would fit, do two..... TIA - Jeff.
|