PDA

View Full Version : loading data in a division


shamail
08-20-2007, 11:00 PM
hi i am trying to load up a div tag with inner html using asp.net. the code works fine if i load it with small amount of data. But, unfortunately my data field is larger than 5000 characters and i get and index out of bound exception if i try to load this data into div. Please help how can i solve this issue.

SouthwaterDave
08-21-2007, 08:57 PM
I don't really understand why you should have a problem with this. Please supply some relevant code snippets, i.e., the HTML or Web controls you are using and the VB or C# code that populates them.