Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
rob.bowley@gmail.com #1
problem with adding IDs to webcontrols in datagrid
I have programatically created textboxes with IDs within my datagrid.
This appears to work fine as when I view source it all looks good. The
problem is that I now can't return the bound values contained in the
textboxes. They are there as they're displayed on the page, but when I
debug it simply comes up with an empty text field. I can return the
values if I remove the IDs, but I want to be able to fire a JavaScript
event which calculates row totals and it would be very difficult to
locate the textboxes without IDs.
Has anyone else had the same problem?
rob.bowley@gmail.com Guest
-
Using DataViewManager with a WebControls.DataGrid
I must be missing somthing here, i can't get DataViewManager to work with a WebControls.DataGrid, i've followed the MSDN article, ... -
Datagrid to Excel Export Problem while adding summation values
We are getting a strange problem in exporting data grid to excel. We have a data grid in hand with basic data bounded to it and adding some... -
Does anyone know of an extended webcontrols.datagrid?
I need a webcontrol datagrid with extended capabilities...to show thumbnails and hyperlinks..etc. Like this one does that is just a windowscontrol:... -
Custom DataGrid Control - problem with adding BoundColumn
I have created a custom control that derives from a DataGrid: public class SelectableDataGridControl : System.Web.UI.WebControls.DataGrid I have... -
Adding a list item to the System.Web.UI.WebControls.DropDownList
I was wondering if there was any way to add a blank list item control to the beginning of the System.Web.UI.WebControls.DropDownList's datasource...



Reply With Quote

