Just a random question,

In ASP.Net, I have a class that implements ITemplate. That class has a DropDownList inside of it. I want to process the SelectedIndex_Changed event of the DropDownList.

Where do I put the event processing? Is it at the page level? Is it at the template level?

link|improve this question
Can you show the template's code? – Kyle Trauberman Oct 20 '11 at 18:39
feedback

1 Answer

up vote 0 down vote accepted

If the drop down exists in the template, and not at the page level, then you should handle the event in the template. Adding some code might help clarify your question.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.