protected void drp1_SelectedIndexChanged(object sender, EventArgs e)
{
string selectedValue=drp1.SelectedValue.ToString().Trim();

//Do rest of the code

}

this will help u to get the...