The Query Builder Control
I am using this book and I am using The Query Builder Control
I am getting error here can any one suggest me good help?
if (!Page.IsPostBack)
{
Type objectType = Type.GetType(QueryObjectName);
object listObject = Activator.CreateInstance(objectType);
Thanks
Shakti
|