I get NullReferenceException was unhandled by usercode in below code.
if (item["Area"] != null)
{
drpArea.Items.FindByText(item["Area"].ToString()).Selected = true;//error occurs here.
}
Tried to figure out a million times.But i am unable to do.