Ok, I got this text box control that's being validated by a RegularExpressionValidator control.<BR><BR>The RegexValidator works great and all, but the problem I am having is if I leave the textbox ...
I've got a C# app that will run all day and continually output lines of data to a textbox. Only the last 100 lines need to be available in the textbox. This means when a line over 100 needs to be ...