Added: March/24/2006 at 12:34am | IP Logged
|
|
|
hi, the coding is correct.And the coding works properly.but now the same problem arais in another file.
z = 0 Do Until RsNews.EOF z = z + 1 Session("topscroll"&cstr(z)) = "<a href='srldesc.asp?idno='" & RsNews("ns_id")& "'>" & RsNews("ns_news") & "</a>"
RsNews.MoveNext
This is placed in global.asa I retrived this session value in anoher file called topsrl.asp it shows the lenth is 0. then wt is the error? Pls send the solution
|