Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
44332 Points
7194 Posts
MVP
May 01, 2012 11:57 AM|LINK
ravichoudary1 String Txt1;
Hello,
Assign the Txt1 variable to an Empty string before you check it in the below line
ravichoudary1 if (Txt1.Length > 0)
So, moidfy that line as below
String Txt1="";
Please 'Mark as Answer' if this post helps you.
Ruchira
All-Star
44332 Points
7194 Posts
MVP
Re: Can anybody help me what's wrong in my code relating to textbox control with multiline
May 01, 2012 11:57 AM|LINK
Hello,
Assign the Txt1 variable to an Empty string before you check it in the below line
So, moidfy that line as below
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.