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
albert albert
NA
524
0
http:// for www
Apr 24 2014 4:44 AM
Hi everybody,
I have this:
[code]
If (TxtURL.Text.StartsWith("http://") And TxtURL.Text.EndsWith(".com")) OrElse (TxtURL.Text.Contains("www")) Then
TxtURL.Text = "http://" & TxtURL.Text
[/code]
So I enter a link, like for example this: www.ad.nl, then it will set to: http://www.ad.nl
But the problem is that if I want to update record. For example the name, then in the database the link will be: http://http://www.ad.nl
and not: http://www.ad.nl
Thank you
Reply
Answers (
2
)
How to update Datefield
Best way to implement localization in c# ?