| Thread | Last Post | Replies |
|
| How to keep a DataGrid in sync with a DataSet when sorting | 04 Dec 2004 18:24 GMT | 2 |
I am working on a project developed by another programmer. Currently, there is no support for DataGrid sorting. If I set AllowSorting to True, I can sort by clicking the column headers. However, the sort order of the data in the underlying DataSet is not altered.
|
| page scroll position | 04 Dec 2004 04:10 GMT | 2 |
I have a datagrid in my asp.net webpage. Datagrid can have lot of rows like more than 300 so the scroll gets enabled for the page to scroll down. The datagrid has editing capability. I can edit any row, if i edit the
|
| how to : | 03 Dec 2004 17:09 GMT | 1 |
who can tell me how to show datagrid when there is no data bound to it?
|
| Null values in a datagrid checkbox column | 03 Dec 2004 02:26 GMT | 1 |
I have a checkbox column in a bound datagrid that returns an error when it hits a null value: [FormatException: Input string was not in a correct format.] I can't modify the sql query to anticipate a null value, how can I do this
|
| Display multiple fields in a drop down list in datagrid | 03 Dec 2004 01:04 GMT | 3 |
How would I display the value of multiple fields in a drop down list in a bound datagrid. I tried changing the DataTextField to include both fields, but received an error: ddl.DataTextField = "CountyName" & "CountyCode" to display something like this:
|
| Using a datafield value as a function argument | 02 Dec 2004 16:01 GMT | 2 |
I'm one baffled newbie. I know this is trivial, but I can't figure it out. Using inline aspx code, I have a function called dbIntegerToString(i as Integer, s as String) as String Down in the html code, I have a datagrid, a stub of which follows:
|
| How to bind to a drop down list in a grid. | 02 Dec 2004 14:04 GMT | 1 |
I want to display some drop down lists in a grid. Let's say user Joe is from Region 1, and I want to get a list of users and bind to the grid, but want the Region column to be a drop down list displaying all regions with Joe's current value selected.
|
| DataGrid - Multiple values in single Row | 02 Dec 2004 04:53 GMT | 2 |
Been stuck on this one for a bit. Would really appreciate any help on this one. In Regards to ASP.NET To start. I have a dataset al like this (ex)
|
| How to connect Access database .mdb under windows XP | 02 Dec 2004 03:00 GMT | 4 |
I used the Data Form wizard of .NET to create a C# dataset form to query the data from an Access database file "MWIND.MDB", but I kept getting following message when I run the web form on XP only "The Microsoft Jet database engine cannot open the file
|
| Need help with Datagrid column button | 01 Dec 2004 20:51 GMT | 1 |
I have a web form with a Datagrid. Within the data grid I have a Column button. If the button is of type "Linkbutton" my VB code-behind will catch the users "click"
|
| How to change header captions | 01 Dec 2004 13:04 GMT | 9 |
How can I change header captions when working with a bound DataGrid in ASP.Net? I am looking for a way to do this without involving the SQL. Thank you.
|