Hi!
I have created a page type and it display the code name as "custom.AC_Location". there is a table with same name, so i need to retrive data from that table. to that i used following line
DataSet dset = DataClassInfoProvider.GetDataSet("custom.AC_Location");
i checked dset dataset and it contains only field name but not data. can anyone help me to sort out this issue please?
Thanks
Ramesh