String [] newVendor = New String [6]
newVendor [0] = " Alex";
newVendor [1] = " June";
newVendor [2] = " Lee";
newVendor [3] = " John";
newVendor [4] = " Peter";
newVendor [5] = " Mary";
lblVendorName.text = " The New Vendor is " + newVendor[convert.toint32(txtvendorName.text)];
No comments:
Post a Comment