or





<telerik:GridBoundColumn DataField="date" HeaderText="Date" UniqueName="date"
ReadOnly="true" AllowSorting="true" DataType="System.DateTime" DataFormatString="{0:MM/dd/yyyy}" SortExpression="date"/>Response.Buffer = true; Response.Charset = ""; Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.AddHeader("content-disposition", string.Format("attachment;filename={0}", "MillCert.pdf")); Response.BinaryWrite(BinaryFile); Response.Flush(); Response.End();function conditionalPostback(sender, args) { args.set_enableAjax(false); }