I have an ASP.NET running.
Now i want to check sintaxis everytime a user type on it.
The sintaxis check must be in spanish.
Any idea, pls?
Printable View
I have an ASP.NET running.
Now i want to check sintaxis everytime a user type on it.
The sintaxis check must be in spanish.
Any idea, pls?
Hey,
I am not really sure that I understand your question. Are you talking about validating the input that is coming from the user through an input control on your page?
Gary
Hey,
If I were you, I would take a look here:
http://www.beansoftware.com/asp.net-...ltureinfo.aspx
Hope that helps!!
Gary
You would need to use some sort of spell checker component, which supports spanish (or is multilingual), like
http://www.telerik.com/products/aspnet-ajax/spell.aspx
http://demos.mcmscontrols.com/ASPNET...DefaultCS.aspx
Hey,
The only problem with both of those controls is that they come with quite a big price tag. :(
Gary