/ Published in: C#
Expand |
Embed | Plain Text
cboLocation.DataSource = GetLocations() cboLocation.DataTextField = "StateCityLabel" cboLocation.DataValueField = "LocationCode" cboLocation.DataBind()
You need to login to post a comment.
housecor on 09/09/10
1 person have marked this snippet as a favorite
cboLocation.DataSource = GetLocations() cboLocation.DataTextField = "StateCityLabel" cboLocation.DataValueField = "LocationCode" cboLocation.DataBind()
You need to login to post a comment.