protected void wbsDropDown_Change(object sender, EventArgs e)
{
//txtWBSDesc.Text = wbsDropDown.SelectedItem.Value.ToString();
//txtWBSDesc.Text = wbsDropDown.SelectedValue.ToString().Trim();
txtWBSDesc.Text = this.wbsDropDown.SelectedValue.ToString().Trim();
}
protected void wbsDropDown_Change(object sender