Matching--> please reply
I'm new to C#, Array list having Some string , when i enter tec=xt into Textbox ,if the string present in beganing of array list string, then that array sholud display that nly matching text in arraylist elements
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
SenthilkumarPosted Apr 20, 2012, 12:06 AM
I am not sure..but you are looking some thing like this.
string txtValue = Text1.Text;
Hope this help you.