I have changed my install to allow catagory Abbreviation lenght of up to 50 charectors. I have changed it in the database, aspx files and stored procdeures. When I try to add an abbreviation over 4 charectors i get the validation error tellin gme that
it must be between 1-4 charectors. I can manulay enter the an abbreviation of over 4 charectors directly in to the database.
gcolyer
Member
10 Points
5 Posts
Abbreviation
Nov 13, 2006 02:35 PM|LINK
Hi,
I have changed my install to allow catagory Abbreviation lenght of up to 50 charectors. I have changed it in the database, aspx files and stored procdeures. When I try to add an abbreviation over 4 charectors i get the validation error tellin gme that it must be between 1-4 charectors. I can manulay enter the an abbreviation of over 4 charectors directly in to the database.
Anyone got any ideas?
MikaelKP
Member
286 Points
47 Posts
Re: Abbreviation
Oct 28, 2008 05:59 PM|LINK
Hi,
It is not the database, who is the problem. The problem is in your *.aspx-page
Please look for this markup:
<
asp:RangeValidator ID="RangeValidator1" runat="server" .... etc ></asp:RangeValidator>Deleted it are try to manipulated with the properties of this tool.
If you do not can find this markup, are the validating process made by JavaScript - try to change the value - are ask for further help :)
Regards
Mikael
Mikael Kjær Petersen, Denmark (Europe)
I love security in ASP.NET :)
__________________________________________________
Please mark 'As Answer' if my suggestion helped you..