TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
yokzu
NA
306
0
How can I check a new line and space characters
Jun 8 2011 2:04 AM
Hello,
I am controlling each newline(rows) in a textbox with a db. If a line has only space characters or just a newline (when you just hit enter), I want to know this. For example
---------
1123
34324
43523 //3.th line
--------
When I hit enter on the 3.th line, it creates one more line but it has no character. How can I check this line?
if (str[dongu].ToString() == "")
{
// do something when recognize last row.
}
Reply
Answers (
2
)
got the error "Cannot have more than 32 columns" while creating datarelation b/w datacolumns.....?????
HELP ME!! C# Cannot implicitly convert type 'System.Windows.Forms.HtmlElem… to 'string'