Concate two sessions in to one session
Concate two sessions in to one session
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
yadagiri uppariPosted Jul 2, 2013, 8:18 AM
Unable to cast object of type 'System.String' to type 'System.Data.DataSet'.
Pankaj PandeyPosted Jul 2, 2013, 7:57 AM
yadagiri uppariPosted Jul 2, 2013, 7:53 AM
ds = SqlHelper.ExecuteDataset(CommonSetting.GetConnectionString(true), CommandType.StoredProcedure, strSql, param5, param6);
dldisplayMessage.DataSource = ds1;
dldisplayMessage.DataBind();
Pankaj PandeyPosted Jul 2, 2013, 7:49 AM