G
Guest
hey all,
drp1.SelectedValue = drp1.Items.FindByText(lblEdit.Text)
how would i make the above work. it says:
Cannot implicitly convert type 'System.Web.UI.WebControls.ListItem' to
'string'
thanks,
rodchar
drp1.SelectedValue = drp1.Items.FindByText(lblEdit.Text)
how would i make the above work. it says:
Cannot implicitly convert type 'System.Web.UI.WebControls.ListItem' to
'string'
thanks,
rodchar