Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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