| Thread | Last Post | Replies |
|
| Help Creating Dynamic Checkbox Column | 20 Dec 2005 12:11 GMT | 1 |
I am using C#. I can dynamically create a template column but how do I place a checkbox control in the column header?
|
| Could not find a property named in ASP.NET 2.0 | 19 Dec 2005 03:37 GMT | 10 |
I get this exepction "Could not find a property named 'COM_NAME' on the type specified by the DataObjectTypeName property in ObjectDataSource 'ObjectDataSource1'." when i try to update a detailgrid or form.
|
| InsertItemTemplate | 18 Dec 2005 18:01 GMT | 3 |
Is there a way to reference the objects within this template? I need to add a file upload object (which I can do) but then need to know how to reference that from an event so that I can then upload the file. Thanks in Advance
|
| control over a column in datagrid by clicking its header | 13 Dec 2005 13:55 GMT | 2 |
I have a problemin a webcontrol datagrid I want to click on a column header and then be able to sort the grid by that column and select that column without using sortcommand -or control the column by click its header - the line under the header test
|
| Calendar Control InvalidCastException | 12 Dec 2005 13:40 GMT | 2 |
I have a calendar control in an EditItemTemplate on a DetailsView which works fine, until I switch to a record in Edit mode which has no date in that field. Here is the error:
|
| Automatically select a row or page | 10 Dec 2005 20:12 GMT | 3 |
I fill a paged datagrid based on an item the user clicks, which returns an ID. The dgrid's datasource contains several records, but I want it to open and automatically select the row or go to a particular page based on the id field of the grid. How can I do this?
|
| How to export the excel values to crystal reports | 08 Dec 2005 19:11 GMT | 1 |
I am a dotnet developer.I am working on crystal reports.My requirement is like this I have an excel sheet with some values.I need to read the excel values from excel sheet and need to show the values in crystal reports using
|
| DetailsView EditItemTemplate DropdownList Update Problem | 08 Dec 2005 01:12 GMT | 9 |
I have a DetailsView with a DropDownList in an EditItemTemplate, I know, pretty cool right? But when I try to Update the table with a new value from the DropDownList the table does not get updated with the new value. I'm new at this and I'm sure I'm overlooking something simple ...
|
| ItemCommand not working for Link Button on dynamically built grid | 06 Dec 2005 06:28 GMT | 2 |
I have a page that has one to many dynamically built datagrids on it. Each row in each grid has a link button. When you click the button the post back occurs but not the event handler for the button. As I build the grid I add the event handler like so:
|
| Datagrid e.Item.Cells(1) argument was out of range | 05 Dec 2005 09:11 GMT | 3 |
I'm creating a dynamic datagrid using Dim objbc As New BoundColumn, etc. The datagrid is populating correctly. I am also using first column of grid as 'edit', on clicking this the update link is displayed and textboxes are returned. All good so far.
|
| Hiding Datagrid Rows | 04 Dec 2005 23:16 GMT | 4 |
I have a checkbox next to each record in my datagrid that I want t either hide or display depending on whether the checkbox is checked. I want to hide/display the rows not the columns. This is what I came u with so far but maybe there's a better way? Thanks.
|
| Checkboxes in DataGrid are not submitting a value | 01 Dec 2005 02:15 GMT | 5 |
I am familiar with creating TemplateColumns in dataGrids which contain a checkbox control. I have successfully implemented deletion routines, where, upon a button_Click event, mulitple items are deleted from the dataGrid. For example, this loop might be inside of my button_Click ...
|