| Thread | Last Post | Replies |
|
| DataGrid DataBind Source Detect? | 05 Nov 2003 21:36 GMT | 1 |
I have a datagrid and I want to change behavior if the datasource it is binding to is a datatable or dataview. How can my datagrid know what the control type is?
|
| Paging doesn't work if columns built up in code? | 05 Nov 2003 16:23 GMT | 1 |
I am building my bound columns in code. I have attached an event listener for the paged event. However when I click on the next page link the event doesn't fire and the page refreshes without the datagrid even there!
|
| Get Data from one Grid to another | 03 Nov 2003 16:02 GMT | 2 |
I have two tables: The first is "house" with the columns "house_id" and "house_name". The second is "room" with "house_id", "room_id", "room_name". Now, I have two DataGrids. The first should only show the "house_name" and
|
| What does this error mean? | 03 Nov 2003 13:18 GMT | 2 |
Parser Error Message: Could not load type System.Web.UI.WebControls.Template from assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. The code in question is:
|
| Aspx - how to add dynamic controls | 02 Nov 2003 12:39 GMT | 1 |
All, How can add a control dynamically in a html table on an aspx page? here is the scenario
|
| URGENT question about binding collection to a datagrid onitemdatabound | 02 Nov 2003 11:56 GMT | 1 |
The following code works to hide specific columns before they are bound to a datagrid that has "autogeneratecolumns=true" enabled. My question is: is there any way to do the same from a bindable user defined collection? I have a "message" class that I don't want to have
|
| Datagrid editing | 01 Nov 2003 21:23 GMT | 3 |
Hi, All I use ASP.NET 1.1 on Win2K3 server. I created datagrid and with the editing, delete and update feature. I deploy this application on IIS.
|
| DataGrid HyperLinkColumn question | 01 Nov 2003 17:57 GMT | 1 |
What I'm trying to do feels like very simple but I can't seem to do it. I have a datagrid control and the first column is a HyperLink column; a link to another page that includes variable that retrieved from the db. The html view of this is below:
|
| Updating DataFormatString programmatically | 01 Nov 2003 17:41 GMT | 1 |
I have a situation where I read a string format from a resource file. I would like this format to be used to format a BoundColumn in the datagrid I'm displaying. Can I update the DataFormatString at run-time? If so how? Thanks in advance,
|
| ItemCreate event handler changes wrong DataGridItem | 01 Nov 2003 17:37 GMT | 1 |
I am changing the EditText in a EditCommandColumn in a DataGrid in an ItemCreate event handler . The only problem I am having is that instead of changing the text in the current row it changes the next row. I watch the value in the debugger, and I see it change at what appears to ...
|
| IsPostBack issues?? | 01 Nov 2003 01:02 GMT | 1 |
I have a datagrid in my development environment and it works just fine. I am able to edit and so forth. I moved it to my production environment and it does not work properly when I try to edit. The data grid just disappears but my tool bar is still
|