I have a textbox on an ASP.NET page which users enter new users in.(multiples separated by a semicolon) We've been having performance issues and want to only let people enter 10 users. What's the best ...
I'm creating a basic custom control, and when I type new text in the text box in the properties window, then press enter, the text in the designer doesn't update as would a Label or other non custom ...