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?
 
can you supply the code and the aspx page as difficult to tell from your
description
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top