Paul,
Thanks for your help. Unfortunately it didn't work!!!!!!. Array stores with "[object]" instead of field name.
Anyway, I had tweak a bit in my code to achieve what I want. Once again thanks a lot for your answers. I will check back If you have better idea.
Dilip
Actually, I want utilise the ObjRecordSet created within the page. I am populating the ObjRecordSet values in html table. When user click on button I want to be in the same page and utilise the created ObjRecordSet and extract fieldnames for the same. To write function either I can user JScript...
Could anyone tell me how to pass dynamic variable within the ASP tag. Following is my code:
Error generate at:"<% = ObjRecordSet.Fields.Item(cint(i)).Name %>". It works for :
"<% = ObjRecordSet.Fields.Item(0).Name %>"
"<% = ObjRecordSet.Fields.Item(2).Name %>"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.