Hi all,
I have Dictionary object collection which contains theCode:Private LstTemp As Dictionary(Of TextBox, String) 'To store the Textbox associated with and name
values of textbox and a string.Now I want to search for a particular
string in the collection and get the respective textbox control
How can I.
I Found that there are method called ContainsValue and Contains Key which returns Boolean value.Is there any method avaliable to get the item index
Thanks in Advance
Dana




Reply With Quote