Tagged Questions

0
votes
1answer
798 views

Gridview, DropDownList, EditItemTemplate - Error: SelectedValue which is invalid because it does not exist in the list of items

I have a Gridview which binds to an ObjectDataSource (objStudentDetails). In edit/insert mode of the Gridview one of the fields is a DropDownList that gets it's pick list options from a lookup table. …
0
votes
4answers
2k views

asp.net how to add TemplateField programmatically for about 10 dropdownlist…

This is my third time asking this question. I am not getting good answers regarding this. I wish I could get some help but I will keep asking this question because its a good question and SO experts …
0
votes
2answers
1k views

FindControl in DataList Edit Mode

As a new .net/C# web begginner, I always get tripped up when I try to use FindControl. Blam -flat on my face. Here is my current FindControl problem: I have an .aspx page and Form, then ajax …
0
votes
3answers
859 views

DropDownList in GridView not available when Editing

I've got the setup below. When I click the 'Edit' link on the CommandField, a RowEditing event gets fired, but the row does not allow me to edit; specifically, the DropDownList does not appear. My …
0
votes
0answers
116 views

Keep getting extra added in details view

I am unable to edit Gender lookup field. I am having problem with post back edits. Every time I edit, the row YourGender keeps getting repeated. I am getting null values for GenderLookup value field. …