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
Prafull K
NA
5
1.1k
How to validate Textbox to allow only website url
Sep 11 2015 10:59 AM
Hi,
I need to validate textbox so that it can only take website url up-to domain code only.
For e.g. User must insert website url as "http://www.google.com".
If user insert "http://www.codeproject.com/Articles/334310/Understanding-ASP-NET-Validation-Techniques" then it should not allow.
Allowed:-
"http://www.google.com"
Not Allowed:-
"http://www.codeproject.com/Articles/334310/Understanding-ASP-NET-Validation-Techniques"
Please help.
Reply
Answers (
1
)
ASP.NET
How to display two legend text in x-axis in asp.net chart?