how to Compare text box text with listbox items text in vb.NET....Please HELP
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you use custom objects as Datasource of your Listbox, override ToString in the Class to compare them with your Textbox' Text. ListBox.ObjectCollection Class For example:
|
|||
|
|
|
i tried the following in VB.net it worked fine the aspx page
the code behind
End Class |
|||
|
|
|
||||
|
|