Can u tell me how to write the selectedIndexChanged event for these dropdownlists. I have set the OnselectedIndexChanged="drplocation_selected"
protected void drplocation_selected(object sender,EventsArgs e)
{
Here how to access the dropdownlist since they are in empty data template?
}