-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: Raman82
Message 1 in Discussion
Hi every one, I am creating a report using XSLT. I am facing a problem in
transforming typed dataset in xslt. I put XML web control in my form and i am
transforming the Dataset and xslt into that.If i use untyped dataset
transformation, the records are getting populated, If i use schema dataset, the
datas are not coming. Please give ur help to me. I am using the following
code.
SqlDataAdapter da=new SqlDataAdapter("select * from acchead",con);
AccHeadDataSet ds=new AccHeadDataSet();
da.Fill(ds,"AccHead");
con.Close();
XmlDataDocument xmlDoc = new XmlDataDocument(ds);
XslTransform xslTran = new XslTransform();
xslTran.Load(Server.MapPath("AccHead.xslt"));
Xml1.Document=xmlDoc;
Xml1.Transform=xslTran;
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you
received this message by mistake, please click the "Remove" link below. On the
pre-addressed e-mail message that opens, simply click "Send". Your e-mail
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]