| Thread | Last Post | Replies |
|
| Add newline to Gridview cell | 28 Apr 2007 22:47 GMT | 1 |
I'm binding a Gridview to a DataTable. I want to display the Gridview cells with multiline values. In populating the data for the DataTable, I use Environment.Newline but the data doesn't display in Gridview as multiline: newRow[myDataColumn.Ordinal] = diff.ToString("N")+ ...
|
| Data Grid | 28 Apr 2007 22:39 GMT | 1 |
I need a grid which has the option of combo box and i should be able to add rows at the run time. Please advise..
|
| sql build cmd uses [ and ] but I need " | 28 Apr 2007 15:28 GMT | 1 |
Was wondering if there is some setting in VS2005 where it can build my sql commands using that postgresql quote instead of brackets. Createing a SqlDataSource and using this bible reference: http://www.123aspx.com/redir.aspx?res=35840
|
| Extra line in GridView | 20 Apr 2007 12:46 GMT | 1 |
Why am I am getting an extra line in GridView with the following text in the 1st column: "System.Web.UI.WebControls.TableRow" Here's partial listing of my code: ..................
|
| How to retrive a reference to actual obj in ObjectDataSource? | 16 Apr 2007 06:02 GMT | 2 |
Hi, I have lots of data layer objects and want to use them in an ObjectDataSource object to bind it's results to a GridView. The problem is that all these data layer objects are (let's say) "connectionless", that is, the connection they use is assigned by an upper
|
| Un-wanted format | 15 Apr 2007 08:32 GMT | 1 |
Hi All; I am developing a small ASP.NET web site using VS2003, I have a problem when displaying date information. There is a table made in access 2003 call “courses”, and I want a data grid component on one of the pages to be
|
| set datagrid width size | 15 Apr 2007 08:29 GMT | 1 |
i am using asp.net with a datagrid control .i want to know how to give different width size for each column.
|
| Adding rows programmatically to GridView | 09 Apr 2007 14:26 GMT | 1 |
Guys, Is there any way to add a row programmatically? What workarounds would you recommend if this isn't possible? This seems a big limitatiion of the control as the Win Forms 2.0 DataGridView control
|
| selecting a row in a datagrid without postback | 09 Apr 2007 14:24 GMT | 2 |
is it possible to select a row in a datagrid without postback.......
|
| FINDCONTROL PROBLEM | 09 Apr 2007 14:21 GMT | 1 |
I have a datagrid and save button in my page.. when i click save button it doesnt get the text box values. What can be the problem ? <asp:DataGrid id="DataGrid_telefon" OnDeleteCommand="DataGrid_telefon_OnDeleteCommand"
|
| Gridview & Validation Controls | 09 Apr 2007 14:17 GMT | 1 |
How do I get the RegularExpressionValidator to work with a gridview during an update? The error message displays briefly -- very briefly, you don't even see it unless you are stepping through the code, but the update continues as if nothing happened. If I have to use the ...
|
| Changeing color of cell of grid | 07 Apr 2007 20:05 GMT | 1 |
We are making a theatre booking system and we want the cell of grid to change color when we click on it.
|