thanks,
if u no this answer.can u tel me.
Hi
protected WebApplication2.dsGrd dsGrd;
if (Session["GridDataSet"].ToString() != "NEW")
{
dsGrd = (WebApplication2.dsGrd) Session["GridDataSet"];
}
else
dsGrd= new WebApplication2.dsGrd();
this was done in asp.net 1.1.
i want the same to be done in 2.0 how to do it.and if possible write the code in
vb.net.How do you call the dataset in asp.net 2.0.ive created an xsd schema called dsGrd.or shud we use table adapetr for this.im very confused.pls tell me.