MaxTextLength="10"

  •  01-17-2006, 4:22 PM

    MaxTextLength="10"

    Just had a user posting some logs in forum that was about 1 MB big because of the length of the post. I added MaxTextLength="1000" to the web.config but I want to do that for the registered users only. Do I need to recompile the provider for this because I found that Registered_MaxTextLength="10" did not work?
View Complete Thread