| Thread | Last Post | Replies |
|
| Vertical size of datagrid | 24 Oct 2004 12:42 GMT | 2 |
I have a datagrid with some comboboxes at the top. I want the height of the datagrid to be fixed and with vertical scrollbar, so I don't loose the comboboxes at the top when the result of the records in the datagrid needs more than one page. I don't want paging, just a vertical ...
|
| DG Column Width vs Table Column Width | 24 Oct 2004 09:48 GMT | 1 |
I am wanting to display data in a datagrid with additional header rows above it that categorise some of the main headers of the datagrid. I am therefore creating a table above the datagrid using the same padding/spacing options. The problem I am having is that when I define the ...
|
| How to copy n paste .asp files to Solution Explorer and have it show up there? | 23 Oct 2004 21:06 GMT | 1 |
I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to select from a desktop bunch of .asp files, drag and drop them into a Project Explorer window and have it show there as a tree of files. Is there ...
|
| Data grid edit mode question | 22 Oct 2004 21:24 GMT | 2 |
Does anyone know how to default the data grid to edit mode for all rows at once? I would like to get rid of the Edit, Update, Cancel column because I find it too cumbersome for the user to enter data. Instead I want to open the grid
|
| How to Export to Excel? | 22 Oct 2004 13:38 GMT | 1 |
How can I export to a excel a datagrid?
 Signature LUIS ESTEBAN VALENCIA MICROSOFT DCE 2.
|
| Highlight Specific Row in DG? | 19 Oct 2004 12:55 GMT | 2 |
I have a stored procedure which is the datasource for my grid. This is called daTaskHistory. It contains a UNION select statement, returning current & historical data. A column, [CurrentR] will be 1 for the current record, & 0 for historical records.
|
| No data in DataGrid | 19 Oct 2004 09:22 GMT | 3 |
I am having trouble getting my data into the datagrid. All I get is the header row. What am I doing wrong? Or is there a problem with the new service packs?
|
| Dynamic DropDownLists in a DataGrid | 19 Oct 2004 03:12 GMT | 1 |
Couldn't say if this has ever been covered here before... All the articles that I have found on the internet cover "Static DropDownLists" in a DataGrid, but what about "Dynamic DropDownLists" in a DataGrid. I hope I can intrigue you enough to read a little further and
|
| Data Grid Disappears after postback | 18 Oct 2004 18:40 GMT | 2 |
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
|
| How to increase or decrease the width of the column in datagrid | 18 Oct 2004 16:26 GMT | 1 |
Hi friends, How to increase or decrease the width of the column in datagrid? regards, Sivaraman.S
|
| Retreive values from invisible cell | 17 Oct 2004 13:47 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 ...
|
| Question on Datagrid | 17 Oct 2004 09:39 GMT | 2 |
I have a list that's produced in a datagrid on a web page, that is ordered by a 14 character field. The entire grid is displayed, no paging or anything. What I'd like to do with the datagrid is to make a different display between
|
| One for the Experts | 17 Oct 2004 08:37 GMT | 2 |
I have a sticky situation that needs an expert solution. Please help! My ASP.NET page has a datagrid which is bound to a dataset. No surprise there. As the data is bound and rendered, I add a button to the cell in one of the columns at run-time in the ItemDataBoundEvent. The ...
|
| Binding Data | 14 Oct 2004 22:49 GMT | 4 |
Currently, when I bind data to a DataGrid, I use a function as such: Dim conGrid As SqlClient.SqlConnection Dim daGrid As SqlClient.SqlDataAdapter Dim dsGrid As DataSet
|
| DataGrid Binding Question - Multiple Rows as One. | 14 Oct 2004 17:50 GMT | 1 |
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 sql database table with the following data and
|