Microsoft
Software
Hardware
Network
Question : How to save, edit, and read data (in code behind) from an unbound Gridview in ASP.NET
Hi experts,
I am having some issues trying to save and edit data from an unbound asp.net gridview. Is this even possible?
Here's the scenario. I populate a gridview in VS2008 with a dataset and datatable which I create programmatically
on Page_Load of the main page. This grid contains a listing of the fieldnames from an xsd fille that changes based
on what report a user selects from a hard-coded folder path. This grid also contains sorting options for sorting
any of the fields (given a numeric #), whether or not to include a given field on a report, and whether or not sorting
should occur in Ascending or Descending order. The population of this grid with field names is fine and Edit/Update/Cancel
links are visible. My problem is in obtaining the values after the user hits update so that I can save it to the in-memory
recordset and then re-bind the grid with the new data. In this way I can build a dynamic SQL statement to build a
query for a report which will then get rendered via the in memory dataset. Does anyone have any concrete examples
that actually work or give me some links that will actually help me out?
I have tried to get the controls data via findcontrols at various levels in the object but I still seem to get nothing
returned.
Bob
Answer : How to save, edit, and read data (in code behind) from an unbound Gridview in ASP.NET
Please try the following link.
Unbound GridView
Random Solutions
Partition system ID Windows 7
2 node cluster won't failover to one node
Formatting a 60gb hard drive fails in Disk Management
Microsoft Access was unable to initialize the Windows Registry
SQL syntax producing duplicate results
Union All Query for Sub Report Order By
Macro not available to button properties
SelectedValue which is invalid because it does not exist in the list of items
How to set value member in listbox using Silverlight 3.0
convert text to lowercase in a table