datatable grouping
Posted in Labels: ASP.NET | at 8:54 PM
Posted in Labels: SQL SERVER | at 8:52 PM
Ex :
Posted in Labels: ASP.NET | at 2:23 AM
BatchExeProduct batchExeProductObject = batchExeProducts.Find(delegate(BatchExeProduct ep) {return ep.ExecutiveCode == exeCode; });
Posted in Labels: ASP.NET | at 8:24 PM
So far I've tried the page directive:
@ OutputCache Duration="1" Location="None"
The Meta tags:
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
And the code:
Response.ExpiresAbsolute = DateTime.Now
Response.Expires = -1441
Response.CacheControl = "no-cache"
Response.AddHeader("Pragma", "no-cache")
Response.AddHeader("Pragma", "no-store")
Response.AddHeader("cache-control", "no-cache")
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetNoServerCaching()
Posted in Labels: SQL SERVER | at 9:31 PM
WHERE convert (datetime, convert (varchar, datecol, 101), 101) = @yourdate
Copyright 2009
Happy Programming
Free WordPress Themes
designed by
EZwpthemes
Converted into Blogger Templates by Theme Craft | Falcon Hive