Quote:
Originally Posted by bex
the custval It is not declared, can you tell me where to? if you can send me the code it will be best
thanks
|
The code is all right there in the blog post. This is the declaration for the CustomValidator in the post:
Code:
<asp:CustomValidator ID="custval_txtTeam" runat="server"
ErrorMessage="That name is already taken. Please pick another."
ControlToValidate="txtTeam" Display="Dynamic"
OnServerValidate="custval_txtTeam_ServerValidate" />
Seriously, there's nothing I can send you that isn't already presented in the post. Is there something you don't understand about the post? I don't know how I can make it any plainer.