i have a text box in which i am passing two stings like(chennai & goa) i would like to compare the string with the data present in the database and display the text
thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Mar 17, 2015, 3:09 AM
textbox1.Text.Contains("\b");
Khargesh RajputPosted Mar 17, 2015, 2:24 AM