November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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