Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script type="text/javascript" src="<%# this.Page.ResolveUrl("~/js/jquery-1.8.2_min.js") %>"></script>
protected void Page_Load(object sender, EventArgs e)
{
this.Page.Header.DataBind(); // NOTE: this resolves any <%# ... %> tags in <head>
}