| Thread | Last Post | Replies |
|
| Loading Different User Controls into a Single DataGrid | 10 Dec 2003 01:40 GMT | 3 |
I have a situation where I am going to create 5 similar, but different user controls that all need to be bound into one datagrid. Basically, depending on the data that I bind to the datagrid, I want to load a usercontrol for that row.
|
| Sort a Datagrid URGENT!!! | 09 Dec 2003 19:05 GMT | 2 |
Does anyone know how to sort a datagrid from client side code? Thanks in advance!
|
| Extend functionality of datagrid12.aspx sample | 09 Dec 2003 16:44 GMT | 1 |
I want to add "Paging" to a DataGrid that already has sort by column funtionality. Here I'm including the code I have so far which displays a two column DataGrid with letters and numbers. The letters are stored in ascending order (a, b, c, d, e, etc.) while numbers are in ...
|
| Resources for a First Timer | 09 Dec 2003 16:18 GMT | 1 |
Ca anyone recommend a step-by-step resource to someone new with asp.net,excel, and vb.net? Thanks
|
| ItemDataBound vs ItemCreated | 09 Dec 2003 13:57 GMT | 1 |
Could someone please explain the complete differences between ItemDataBound and ItemCreated events? This question is not as simple as saying that ItemDataBound is fired after the data has been bound, etc. For example, what are the implications of these two events when you are ...
|
| Nested Grids for Hierarchical Data | 09 Dec 2003 09:20 GMT | 1 |
I try to convert the code for this article from c# to vb and just can not get it to work. (53): 'Public Event UpdateView(sender As Object, e As System.EventArgs)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to
|
| Needed: Index to a selected DataView row | 09 Dec 2003 06:11 GMT | 3 |
I've got a DataGrid bound to a DataView that is sorted. ("Aha!", I hear you saying.) When I go to EditMode I get the right DataRow, but I get the wrong index from e.item.itemindex (of course.) Therefore, what I'm doing pretty
|
| buttons fail to appear in EditCommandColumn of DataGrid | 09 Dec 2003 05:29 GMT | 1 |
I have a datagrid with an EditCommandColumn in it, but only one of the buttons (Edit) is displayed. Does anyone know why this would be? It seems like it would be a simple problem but I haven't seen any similar postings. Pushing the button works, but the update button remains
|
| Binding to Datagrid | 09 Dec 2003 03:08 GMT | 1 |
hi friend I am developing web application in .NET using c#. I encounter a problem in binding the results to the datagrid. I have a storeprocedure that produce 2 results set. I need to read the results and bind it in a datagrid control. But i am able to bind only one result set ...
|
| Losing Formatting in Browser | 09 Dec 2003 02:53 GMT | 2 |
Does anyone k now how I can preserve formatting when oipening an excel-based datagrid control in my browser using asp.net?
|
| SmartNavigation Datagrid problem in Windows 2003 Server | 06 Dec 2003 18:46 GMT | 8 |
I have an ASP .net web application installed in a Windows 2003 server. This web application has a webform that has a Datagrid. This Datagrid is filled with the data of a SQL table. I have a button that inserts a new row in the SQL table and then
|
| how to prevent add new row to datagrid | 06 Dec 2003 15:09 GMT | 1 |
I have a datagrid bound to a table in an access database, and would like to have users only add new records through a input form so that I can verify that the new item is valid. Is there any way to prevent a user from adding a new row to the datagrid
|
| update row with null numeric or datetime dataset cell values in a datagrid | 06 Dec 2003 01:56 GMT | 1 |
I keep getting the, now, dreaded "System.FormatException: String was not recognized as a valid DateTime" error when updating a datagrid row that has null (DBnull) cell values. Same sort of "System:FormatException" error for numeric columns. For text columns, providing a ...
|
| Collections | 05 Dec 2003 23:18 GMT | 1 |
How Do I change the order and name of the columns in a datagrid that has been bound to a collection object ?
|
| How to change default Edit Text Box? | 05 Dec 2003 19:03 GMT | 1 |
Hi All, When you put the Edit/Update/Cancel button inside a DG by default you get Textbox for all the fields. I don't want all the fields to be updatable, in that case I don't want TBox to appear on those fields. How can I accomplish this task?
|