I m new asp..
And tried to access with code
But it shows error like this.,
Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '' on line 163
The error showed because of this lines,
<%
do while not getgroups2.eof
pkOrgGroups2=getgroups2("pkOrgGroups")
ogGroup2=getgroups2("ogGroup")
ogLogo2 =getgroups2("ogLogo")
%>
May i know for which reason of my code it shows like this?
Thanks in advance.