Hi,
I've a combobox ,I'm populating that combo from my database using ,
DropCountry.Dat aSource=rsreade r2;DropCountry. DataTextField=" Country";DropCo untry.DataValue Field="idcntry" ;DropCountry.Da taBind();
I'm storing ID in Datavalue field and it's country name in DataTextField for displaying.
How 'll i get the corresponding ID value when i select one Country?
Can anyone help me to solve this problem?.
thanks,
Vjay
I've a combobox ,I'm populating that combo from my database using ,
DropCountry.Dat aSource=rsreade r2;DropCountry. DataTextField=" Country";DropCo untry.DataValue Field="idcntry" ;DropCountry.Da taBind();
I'm storing ID in Datavalue field and it's country name in DataTextField for displaying.
How 'll i get the corresponding ID value when i select one Country?
Can anyone help me to solve this problem?.
thanks,
Vjay
Comment