| Thread | Last Post | Replies |
|
| Edit works, but text box i row is too small | 30 Aug 2007 15:53 GMT | 1 |
I have been using the "Edit" command button in a gridview to edit fields in a table. On field, Description, is a variable character string and it only shows up in a single un-wrapped text box (as do all the other fields in the row). It might be up to 500 words long and I need a ...
|
| Row edit fails to recognize new values | 22 Aug 2007 08:58 GMT | 2 |
I am having a problem with the grid view control. When i edit a row the new values placed into the text boxes are not passed as a new values when the update event occurs. I am stumped...any suggestions would be appreciated.
|
| problem ordering buttons vertically in cell | 17 Aug 2007 16:50 GMT | 2 |
In one cell of a datagridview I want to put two buttons. I got this to work easily using thisButton = new HtmlButton(); e.Row.Cells[5].Controls.Add(thisButton);
|
| Hiding blank rows in a datagrid | 15 Aug 2007 13:26 GMT | 1 |
Hi I have a bound datagrid in my page. I want to hide rows where there is no data, is this possible. Example -
|
| PostbackURL | 13 Aug 2007 20:20 GMT | 1 |
Is there a way to assign a postbackURL to a gridview? Ross
|
| exporting to excel | 11 Aug 2007 02:32 GMT | 5 |
I am attempting to export a DataGrid to Excel. I have tried code from this link: http://www.codeproject.com/office/export.asp?df=100&forumid=155463&exp=0&select= 1703842 and it seemed like nothing happened.
|
| Gridview - Pull value from one cell in one row | 06 Aug 2007 04:24 GMT | 1 |
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net. I have a simple gridview and when the user hits the Edit link, the gridview changes to edit mode. I replaced the Textboxes with labels and I
|
| DropDownList that is always available or a set of radio buttons. | 02 Aug 2007 14:00 GMT | 1 |
I want to be able to have the user select a value from a drop down list without having to put each record in an update mode. I'd like to have it that all of the records show up with a drop down list with the value they previously selected and they can just go down the list and ...
|
| Datagrid Style Question | 01 Aug 2007 18:13 GMT | 1 |
I would like to have the line between certain columns in my datagrid darker or a different color than the other lines between columns. Does anyone know how to accomplish this? Thanks in advance. Bill Rossi
|