Hi,
I'm trying to get some info from a cutomtable.
everything work except the last part when I try and take the info out
of the DataSet.
After query this is what I have
DataSet ds = gn.ExecuteQuery(sql, null, CMS.IDataConnectionLibrary.QueryTypeEnum.SQLQuery, false);
how do I get the info out of there?
tried several way but no lock.
I'm using portal.
THANKS :)