| Thread | Last Post | Replies |
|
| Line Break In Template Column of Datagrid | 25 Feb 2008 14:27 GMT | 1 |
We have a multiline text area. Now suppose user enters a multiline text along with enter key pressed for new line....eg "Hi!! How
|
| Problem understanding how to create a dynamic GridView in C# | 22 Feb 2008 10:39 GMT | 5 |
I'm trying to create a gridview dynamically (in code from an ObjectDataSource). When I create it in the aspx page and dynamically add the datasource it works correctly. When I create it 100% in code (no asp:GridView), the headers is created, the number of rows shown is
|
| Dotnet Lead Engineers opening in Pune | 17 Feb 2008 21:53 GMT | 1 |
We are Bangalore based leading HR consulting company retained by top IT companies like SAP Labs, TCS, i-Gate, AztecSoft, GE, Symphony Services, HCL to hunt talent. Excellent opening for Lead Engineers at AT CMM Level-5 & Largest IT
|
| Noob question - hyperlink color | 12 Feb 2008 00:12 GMT | 2 |
I'm a VB developer teaching myself ASP.Net from a dummies book. That should explain the brain-dead nature of my question. I'm using a hyperlink column in a datagrid, and it works great except that when my user clicks any link in the column, all the links in the
|
| Dynamic DropDownList | 10 Feb 2008 19:33 GMT | 2 |
Is it possible to change the DropDownList contents of a gridView (asp.Net 2) for every row in the grid? Example: gridview.dropdownList columns PersonsName (bound column)
|
| Why Does This Not Work? | 06 Feb 2008 00:19 GMT | 10 |
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Dim sSQL As String = "SELECT * FROM tPlayers" Dim myAdapter As OleDbDataAdapter = New OleDbDataAdapter(sSQL,myConnection)
|
| How do i add a dropdownlist to DataGrid cell | 02 Feb 2008 01:10 GMT | 1 |
I need to add a new row to a DataGrid when someone clicks the "Add Row" button. Each row in the DataGrid has 3 columns and each cell in the row needs to have a DropDownList. How can i programmatically add a DropDownList to a Cell in a DataGrid?
|