I am trying to build up a series of invoices based upon date parameters
by adding each invoice to the InnerHtml of a Div. I am using a
StringBuilder object to build up the HTML for each invoice that I am
then adding to the InnerHtml.
This works very well, but if I ever select more than about 10 invoices
it crashes. I do not get an error message, I just get a 'The page
cannot be displayed' screen.
Can anybody help?
ThatsIT.net.au - 09 Apr 2008 12:57 GMT
You may want to look at an example of mine on how to do manual post backs to
the server. It how I would approach such a job
http://dev.thatsit.net.au/samples/aspnet/postback/default.aspx
>I am trying to build up a series of invoices based upon date parameters
> by adding each invoice to the InnerHtml of a Div. I am using a
[quoted text clipped - 8 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***