In my page I have a read-only TextBox that contains a rather large amount of text. I noticed that on postback this text is sent back to the server and validated, even though the client can never modify it. This seems silly; is there a way to disable this behavior?
Share
consider making it a
divor another element that does not post back their content, especially if it is read only content