I am passing to an asp a string created in a vb dll. The string contains html code for a table containing values from a database. I checked the string in vb and it is correct syntactically but when I view the asp there is no table.
Is it possible that the length/size of the string is too large? :confused:
Thanks,
Dia
Zvona
08-23-2002, 10:33 PM
Could you be a little more specific? Like providing an URL, or posting a part of code. This would help you to get replies.
This is not a plain HTML&CSS issue, more like ASP. Thus, moving this to ASP forum in expectation of more expertized advices.
pardicity3
08-23-2002, 10:56 PM
Yo, Zvona, is "expertized" a word?:D If it is I am far from that when dealing with ASP.....
whammy
08-23-2002, 11:37 PM
That shouldn't be a problem - can we see the code?
Zvona
08-24-2002, 12:07 PM
Originally posted by pardicity3
Yo, Zvona, is "expertized" a word?:D If it is I am far from that when dealing with ASP.....
Actually, I was thinking the same. But I was too tired to think for an alternate expression.
I'm expertized in English language.. :D
Actually, I have figured it out. There was a missing </td> that I didn't catch that through the whole thing out of whack.
Thanks,
Dia
whammy
08-28-2002, 01:01 AM
That will do it every time. I'm glad you resolved the problem! :D