Richtextbox MaxLength
-
is there a way to exceed the Richtextbox MaxLength of "2147483647"?, may be there is a way to make it unlimited pls help.
You need to display more that 2 gigabytes of rich text at once!?! I think it sounds like you need to restructure other parts of your application rather than find ways around the very generous limitations in user interface controls.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website
-
is there a way to exceed the Richtextbox MaxLength of "2147483647"?, may be there is a way to make it unlimited pls help.
i agree with colin. but if you really want to do that... i think there's no way to extend the maxlength for richtextbox. instead make use of a label as what i know there's no specific maxlength for that.