View Single Post
  #2 (permalink)  
Old 03-04-2008, 01:09 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 171
Default

There isn't a limit to the amount of text that can be entered into a multiline text box beyond maximimum postback size allowed by IIS (4MB by default I believe for the entire postback) and the limit on the size of ntext data in your database.

-Noah
Reply With Quote