World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
protected void Page_Load(object sender, EventArgs e)
{
Xml2.DocumentSource = CurrentPage["xmlpath"];
Xml2.TransformSource = CurrentPage["xslpath"];
}
(OBS... Syntax not tested)
And in the aspx just have "" on these properites or just not have them there.
Another tip is to make use of Server.MapPath() for physical paths.
Hope that gives some help/ideas