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
Farhad Mirshekar
NA
38
3.1k
causes validation not working
Jul 22 2015 9:11 AM
hi
for validate in asp.net code below:
<input type="text" id="key_post" runat="server" style="width:300px" placeholder=" " maxlength="200" required oninvalid="this.setCustomValidity('key post')" onchange="this.setCustomValidity('')" />
and button causes validation not work
<button type="submit" class="btn btn-cream" runat="server" id="Button1" onserverclick="btn_Send_Post1" causesvalidation="false">exit</button>
Reply
Answers (
2
)
How to display the specific values of a column in GridView H
dropdownlist option group