Hi,
You can access the DropDownList being changed by converting the "sender"
argument of the event to a DropDownList. Then you may access the
DataGridCell and DataGridRow using the dropdown's "Parent" element. Again,
you will need to convert it to the corresponding type.

Signature
All the best,
Coskun SUNALI
MVP ASP/ASP.NET
http://sunali.com
http://www.propeople.dk
>I have a .NET 1.1 web page with a DataGrid containing a TemplateColumn
> that contains a DropDownList.
[quoted text clipped - 12 lines]
>
> Does anyone know how I can go about doing this?
dvanderwel - 07 Feb 2008 17:08 GMT
Cool thanks.
I tried doing that I but I wasn't able to find the DataGridRow within
the Parent element of the DropDownList.
I will look into this again, perhaps I just missed something.
Thanks for the advice.
Coskun SUNALI [MVP] - 07 Feb 2008 19:14 GMT
You are welcome.

Signature
All the best,
Coskun SUNALI
MVP ASP/ASP.NET
http://sunali.com
http://www.propeople.dk
> Cool thanks.
>
[quoted text clipped - 4 lines]
>
> Thanks for the advice.