Hi all,
To retrive the content of a combo box use the code below in VB.NET
dim gender as string
gender=cboname.selectedItem.value
To retrive the content of a combo box use the code below in VB.NET
dim gender as string
gender=cboname.selectedItem.value
No comments:
Post a Comment