| Thread | Last Post | Replies |
|
| Not getting new values with UpdateCommand in Datagrid | 13 Jan 2005 14:25 GMT | 1 |
I have a datagrid on a webpage where I added a Edit Column with "Property Builder - Columns - Button Column - Edit, Update, Cancel Column. Then when loading the page I do the following:
|
| Getting Cloumn number | 13 Jan 2005 13:36 GMT | 1 |
IT doesn't work in ASP.net currentCell is not a member of 'System.Web.UI.WebControls.DataGrid'.
|
| Dynamic Columns | 13 Jan 2005 13:18 GMT | 1 |
i have problem that columns created dynamically in the run time using bining cannot be accessed later on. now i bind a datagrid to a datasource e.g datagrid.datasource = datatable
|
| The IListSource does not contain any data sources. <-- ? | 13 Jan 2005 12:13 GMT | 1 |
When I execute an SQL steatement, I retreive a Dataset. For some queries which does not return any data, If I assign it to the datagrid.datasource and bind, it throws the following
|
| Adding scrollbars to a datagrid | 13 Jan 2005 08:31 GMT | 2 |
I have a question about adding vertical and horizontal scrollbars to a datagrid. I realise that they are protected properties, but am unsure of how to create a derived class that would contain them. Any help will be appreciated.
|
| DataGrid with Slanted Headers | 13 Jan 2005 01:20 GMT | 1 |
I've got a tough question. I'm looking to have a data grid with many columns, most of which are custom columns. To make room for all that i would like to have slanted headers, headers that are not completely verticle, but slightly
|
| Datagrid Updatecommand problem!! Urgent | 12 Jan 2005 19:10 GMT | 1 |
Hi! I have a datagrid and i want to update new values after editing datagrid. i am using following code; tb = CType(e.Item.Cells(1).Controls(0), TextBox)
|
| Counting Clicks | 12 Jan 2005 19:06 GMT | 6 |
A customer of mine has an page with a datagridcontrol.. The grid contains a description field of a pdf document and a HyperlinkColumn to the actual pdf file..(the location is read from a database)
|
| DataGrid won't Cancel or Update | 12 Jan 2005 18:50 GMT | 1 |
I am new to .net so please be patient. I am trying to pass information between two pages. I need the value to be passed into the second page in order to populate the datagrid. When I do this I can click on the Edit button for inline edting and I get the control box's
|
| Getting Cloumn number | 12 Jan 2005 10:01 GMT | 1 |
I have a datagrid with link buttons in each cell. So when the button is selected. The cell changes the background color. But when a a new button is selected the old cell has to change to the normal color and the new cell has to change to a new color.
|
| error..of type 'TextBox' must be placed inside a form tag with runat=server | 12 Jan 2005 02:22 GMT | 7 |
I placed a checkboxcontrol in a datagrid: <form id="Form1" method="post" runat="server"> <asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 152px; POSITION: absolute; TOP: 56px"
|
| Displaying vertical data | 12 Jan 2005 01:47 GMT | 1 |
I built a survey that, upon submission creates a record in my MS Sql database. Each record is comprised of 31 fields. I want to use a datagrid to display the data. My challenge is to restructure the data before it is displayed. For example, in my survey I am ranking 31 topics ...
|
| Dropdownlist for databoundcolumn | 11 Jan 2005 18:56 GMT | 4 |
How can i code a dropdownlist for a databound column in a datagrid? the datagrid has to be editable btw i looked on datagridgirl.com but nothing that suited .. ch Mike
|
| Dataset | 11 Jan 2005 13:51 GMT | 7 |
When grdSearch.ItemDataBound occurs is it possible to know dataset name I am working with?
|
| cannot get value from datagrid | 11 Jan 2005 03:11 GMT | 1 |
i have the following code: private void DataGrid1_SelectedIndexChanged(object sender, System.EventArgs e) {
|