| Thread | Last Post | Replies |
|
| Problem Hiding Columns when Populating a Datagrid with a DataView of A DataTable From Dataset returned via an Asynchronous Web-Service | 18 Nov 2004 18:08 GMT | 1 |
I have a webservice that retrieves data from a database, this is then returned to the calling client application built in windows forms within a dataset, however upon attempting to create tablestyles to format any of the columns within the datagrid, the exception "Can-not parent ...
|
| dataGrid_ItemDataBound - System.InvalidCastException | 18 Nov 2004 17:31 GMT | 1 |
Essentially I am trying to convert a particular column in my datagrid to an hyperlink on the fly - I have pasted the relevant code and error below, any advice would be appreciated, I have done several searches but found nothing that helps.
|
| Retreive values from invisible cell | 18 Nov 2004 07:17 GMT | 1 |
I'm trying to update a table with an editable DataGrid (Edit, Update, Cancel button). In the Update event of the item, I can retreive every value by using the TableCell object (DataGridCommandEventArgs.Item). The only value I can' retreive is the one that I stored in an invisible ...
|
| Data Grid Disappears after postback | 18 Nov 2004 00:22 GMT | 1 |
I have created a fully programmatically datagrid each time I press any button, the datagrid disappears when it posts back how do I keep the grid on the screen without re-constructing it from scratch each time? I have tryed saving it on session variables without any success
|
| Read Boolean value from ASP.NET DataGrid Control | 17 Nov 2004 12:27 GMT | 3 |
How to read Boolean value from web form datagrid control? I have template column with Radio button control in it. I would like to read the boolean value of the radio buttons which are placed on the data grid control?
|
| UpdateCommand not updating - weird behaviour of FindControl | 16 Nov 2004 05:42 GMT | 1 |
I'm using a DataGrid to modify some data I recollect from 3 different tables (using an SQL Server view). However, when I try to get the updated values from the TextBoxes in the UpdateCommand event of the data grid, all I got is the unchanged values. So,
|
| NEWBIE - UpdateCommand is not updating - Just reverting back. | 16 Nov 2004 04:45 GMT | 2 |
I have a functional datagrid on an ASP.net page which displays all the projects in our "Sales & Awards Forecasts Database." I can put the datagrid into edit mode just fine and when I make changes and click "Update," I get no error messages, but none of my changes appear on the ...
|
| Events of DataGrid child controls | 16 Nov 2004 01:46 GMT | 7 |
How do you access the event handlers for controls in Template columns of a DataGrid?
|
| combo box in DataGrid | 15 Nov 2004 22:22 GMT | 2 |
I have been looking for adding a combobox to a datagrid,I have searched the net but most of examples are too much more than I want or not working properly . Can someone introduce me a simple refernece to do so??
|
| datagrid, paging and editcommand colum | 15 Nov 2004 18:09 GMT | 6 |
I have a datagrid in my page which has one editcommandcolumn with edit, update and cancel options. Paging is also enabled in my datagrid. When viewing data the paging works fine but when move to next page and then click edit link of the editcommand column for the
|
| Tooltip on Hyperlink column? | 15 Nov 2004 15:17 GMT | 1 |
I've got a hyperlink column in a datagrid that looks like this: <asp:HyperLinkColumn Text="<img src=images/magglass.gif border=0>" Target="_top" DataNavigateUrlField="SubjectName" DataNavigateUrlFormatString="ViewCase.aspx?SubjectName={0}"></asp:HyperLinkColumn>
|
| Background Image | 15 Nov 2004 08:53 GMT | 1 |
I would like to insert an Image as background of mydatagrid. The image will be inserted between rows as separator line. Could anyone help me, please ? Regards,
|
| Data Grid Disappears after postback | 14 Nov 2004 07:14 GMT | 1 |
I have created a fully programmatically datagrid each time I press any button, the datagrid disappears when it posts back how do I keep the grid on the screen without re-constructing it from scratch each time? I have tryed saving it on session variables without any success
|
| No html source for datagrid | 13 Nov 2004 02:36 GMT | 2 |
I posted this earlier but this time I am adding a url if you want to see the datagrid. (Use start date of 11/10/2004). Basically I wanted to know why IE doesn't show the html table in the source view for the datagrid while all non-IE browsers show it?
|
| Can't view datagrid html source in IE | 12 Nov 2004 22:03 GMT | 3 |
I have a weird problem. I have a webpage that displays a datagrid with data but when I use IE to view the html representation, the source has no table source for the datagrid. I used Opera, Mozilla and Firefox and they showed the html source for the datagrid just fine. I thought IE ...
|