Postback doesn't

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a .NET page that won't do a postback if there is more than a certain
amount of information filled in. For example, I have a comments field and
depending on the size of the comments, clicking the submit button will cause
the page to postback, or do absolutely nothing. Well, Page_ClientValidate
does get executed and returns true (there are some mandatory fields) but that
seems to be the extent of what occurs. Does anybody have any idea what could
cause this problem?
 
Back
Top