Skip to main content
Participant
July 21, 2006
Question

Can't edit datagrid with form variable

  • July 21, 2006
  • 1 reply
  • 190 views
I am unable to edit a datagrid that is based on a dataset with a form variable. The datagrid is initially fine, with all the columns I specified and the edit button. When I click the edit button the datagrid clears and I am left only with the column labels. The datagrid is set to be invisible until the user selects a name from a list box, and when a name is selected the datagrid shows records for that name. I want the user to be able to edit those records without having to have all the other records displayed. What am I doing wrong? Is there another way I can display specific records for editing other than in a datagrid or is this the way to go?
Thanks
This topic has been closed for replies.

1 reply

denmanAuthor
Participant
July 21, 2006
All sorted now- I removed the form variable and instead deployed a session variable.