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
deva nathan
NA
74
18.6k
using split() method in c# , i split the word using space
Nov 20 2012 12:27 AM
this is the program
string[] words = TextBox1.Text.Split(' ');
string fName = words[0];
string lName = words[1];
TextBox2.Text = fName.ToString();
TextBox3.Text = lName.ToString();
i split the two word using space , but in a single word it have some error like "Index was outside the bounds of the array." then how to solve it
Reply
Answers (
1
)
Tool to Validate ePub
How to change the color of the title bar of a form in c# winforms ?