I have a dropdown box...
<asp
ropDownList id="ddVendor" runat="server" Width="226px" DataTextField="VENDOR" DataValueField="PK_VENDOR_ID"></asp
ropDownList>
I have this in the button_click event...
Dim vendorID as integer
vendorID = ddVendor.SelectedItem.Value
I thought this was get the PK_VENDOR_ID value.
Can someone point me in the right direction?
<asp
I have this in the button_click event...
Dim vendorID as integer
vendorID = ddVendor.SelectedItem.Value
I thought this was get the PK_VENDOR_ID value.
Can someone point me in the right direction?