ASP.NET: Disabling postback of the contents of a TextBox -


in page have read-only textbox contains rather large amount of text. noticed on postback text sent server , validated, though client can never modify it. seems silly; there way disable behavior?

consider making div or element not post content, if read content


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -