3
Reply

server side validation

Sie Ste

Sie Ste

Aug 19 2012 10:37 AM
1.2k
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?

Answers (3)
Next Recommended Forum