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
Teodorescu Mihail
NA
1
1.8k
Compare a string with one another from XML used by C# DataGridView
Sep 3 2011 1:11 PM
I have a XML file , simple like this :
http://pastebin.com/baKcUbRB
So, I have a DataGridView which rows are from xml node string.
An user has a TextBox and a Button. If he wrote a link (with or not with http://), the button click event has to check if that written link already exists in XML file (or DataGridView values).
I wrote this :
http://pastebin.com/jsYam2kg
For example : In XML file (as above) exists a link http://www.stackoverflow.com
If the user write again same link the MessageBox must appear, otherwise that link will be inserted in XML file.
Perhaps, the problem is check_link function. Where is the mistake ?
Thank you
Reply
Answers (
1
)
Save changes to existing form
Exponential value ( multiply large numbers algorithm and value display in digit in c# (Very Urgent) )