ASP.NET GridView EditTemplate and find control

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-01-06T05:59:51Z Indexed on 2010/05/02 16:07 UTC
Read the original article Hit count: 386

Filed under:
|
|

In the GridView we are using an edit button. Once the edit button is clicked Controls in the edit template will display in the same row with update button. That row has two dropdownlist controls.

Process flow:

controls:d1 and d2

d1 is using sqldatasource for item display : working fine.

d2 is using codebehind code to load the item based on the selected value in the d1 : Not working

How to find the control in the edit template to display item value for d2?

© Stack Overflow or respective owner

Related posts about c#

Related posts about gridview