Link to home
Start Free TrialLog in
Avatar of dbasplus
dbasplusFlag for Australia

asked on

Editable GridView Connected to DataSource

I thought this should be straight forward but I'm damned if I can get it right.
I'm showing list of items in a GridView that's connected to a DataSource. Currently the editing of these items is done on a separate page but I now want to allow editing directly from the list. Some items will be textboxes and others will have dropdown list (possibly using AJAX cascading). I would also like to allow for inserting and deleting.
Can anyone please push me in the right direction?
ASKER CERTIFIED SOLUTION
Avatar of Jini Jose
Jini Jose
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dbasplus

ASKER

I found the easiest way to do this was to use a listview instead of a gridview.