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
Sie Ste
NA
196
184.5k
server side validation
Aug 19 2012 10:37 AM
In an existing C# 2010 web form application, I want to add some more server validation contols to an existing web page that does not user
validation groups. Right now the validation occurrs when the user clicks the submit button.
From what I have seen of the following link: http://msdn.microsoft.com/en-us/library/ms227424.aspx, validation occurs on whatever is the active validation control group.
Note I want to add validation groups since new the new edits show up for a few seconds and then go away. I know if I put these controls in a validation group, the fields would stay longer that a few seconds.
Thus do to what I mentioned above can you tell me the following:
1. Do I put the validationgroup names on both the validation group control and the textbox that has its value being updated? Can you explain your answer to me?
2. Since I will change a web page from having no validation groups to having two validation groups, can you tell me how I can have the two validation groups values be checked when when only one button is being clicked on?
Reply
Answers (
3
)
custom validation control
gridview