G
Guest
Hi guys
I'm having a really strange error which I can't wor out, so I thought I'd
post it here cos I'm not sure if it's a datasource problem or otherwise.
I have a site with an Access MDB file, and a page which uses an
AccessDataSource to display data in labels and DIVs.
All was working fine, but I've suddenly noticed that one of the fields is
"cut off" half way through the text. It was an asp:label originally, but I
changed it to a div and it's still chopping.
Looking at the database in VS, the cell is fine. The text I entered is
displayed in its entirety when I view the table data. However, the text on
the page (and the div.InnerText watch) is only showing me *about* 250
characters.
Any ideas why?!?! Thanks...
Dan
I'm having a really strange error which I can't wor out, so I thought I'd
post it here cos I'm not sure if it's a datasource problem or otherwise.
I have a site with an Access MDB file, and a page which uses an
AccessDataSource to display data in labels and DIVs.
All was working fine, but I've suddenly noticed that one of the fields is
"cut off" half way through the text. It was an asp:label originally, but I
changed it to a div and it's still chopping.
Looking at the database in VS, the cell is fine. The text I entered is
displayed in its entirety when I view the table data. However, the text on
the page (and the div.InnerText watch) is only showing me *about* 250
characters.
Any ideas why?!?! Thanks...
Dan