Using InnerHtml to build up div

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

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?
 
Back
Top