why does it create collection?
I am working on a report which is based on ASP3.0 and SQL server2000.
when I send neccessary parameters with link "next page" and "prev. page"
and get them...I see that it creates collection. for example::
dim dBpersonNum
dim dSpersonNum
<a href="?<%=params%>&BpersonNum=<%=dBpersonnum%>&SpersonNum=<%=dSpersonNum%">Next Page</a>
and I get dBpersonNum like this : 6645,2231,7789,
why is that?
THank you

