Saturday, 5 November 2016

Process combo box

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

No comments:

Post a Comment