for example
Name Field: " Mano kumar"
Here 2 spaces . so we want to find put below lines.....
if(TextBox1.Text.Contains(""))
{
MessageBox.Show("Please Enter Name without Space");
}
Home Windows forms How to find space in between word using c# .net
1 comments: on "How to find space in between word using c# .net"
ThanX....
Post a Comment