Hello,

I have a GridView control with a template column. This templated column contains a dropdownlist for edit mode. Suppose I am in edit mode, i.e. I am editing some row. And suppose that some event has been fired, so my handler is being called now. How can I access the dropdownlist of that template column from the C# code? Sorry for this (probably) trivial question, I am new to ASP.NET, and I can't find the answer...