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
Prakash
NA
258
78.5k
GUID Validation From UI
Mar 15 2018 4:43 AM
Hello Experts,
i have below textbox i want to validate GUID.
In below Pattern is not working.
help me for validate guid from UI
<form>
<input type="text" class="form-control" id="txtid" name="txtid" pattern="[0-9A-Fa-f]{8}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{4}\-[0-9A-Fa-f]{12}$" title="Enter valid Guid" required/>
<Button> Go </Button>
</form>
Thanks
Reply
Answers (
1
)
How To Call On Click Event In MVC 5
How to get a string from .resx file to a .js file