Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can't edit datagrid with form variable

New Here ,
Jul 21, 2006 Jul 21, 2006
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
TOPICS
Server side applications
193
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 21, 2006 Jul 21, 2006
LATEST
All sorted now- I removed the form variable and instead deployed a session variable.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines