Hi how do we pass filters/entries dynamically to the ldap methods.scenario: Asp page sends the info like the uid.this should be passed as the filter to the ldap method in vc++.ldap method takes only const char* as the datatype for the filter parameter.but asp sends it as string type.how do we point the const char* to this string value. thanks sanjay
