I created a textbox in ASP.NET which when you click on the save button, the text will be saved in the database. In the database however, I specified a limit for the text which is 20 characters. I simply want to change the border color to red when the user writes more than 20 characters in this TextBox. Anyway to do this without using javascript, instead use C#?
Using ASP.NET Web Forms Web Site