Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 7/2/2009 12:24 PM
This code will get the value of a specific selected column in a Janus Multicolumn Dropdown. As always, your comments are welcome
If Not ddlSopType.SelectedItem Is Nothing Then
NewSopType = ddlSopType.SelectedItem("soptype")
NewDocID = ddlSopType.SelectedItem("docid")
End If
0 comment(s) so far...