Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

c# compare textboxs

$
0
0

How to select if two texboxs data is same

string

a = textBox1.Text;

string b = textBox2.Text;

if (b.Equals(a))

{

textBox1.Text.Select(a).ToString();

}


Support@Mytechnet.me


Viewing all articles
Browse latest Browse all 31927

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>