Click here to Skip to main content
15,915,324 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ajax Extensions: Help Deploying. Pin
Dio2223-Oct-07 17:42
Dio2223-Oct-07 17:42 
GeneralRe: Ajax Extensions: Help Deploying. Pin
Dio2226-Oct-07 9:22
Dio2226-Oct-07 9:22 
AnswerRe: Precompiled Site Pin
Saksida Bojan23-Oct-07 5:48
Saksida Bojan23-Oct-07 5:48 
QuestionI only see "Content Files" not "Primary Output" Pin
ONeil Tomlinson23-Oct-07 5:33
ONeil Tomlinson23-Oct-07 5:33 
QuestionI need to know if the formview control is displaying the empty data template Pin
Big Ralph23-Oct-07 4:47
Big Ralph23-Oct-07 4:47 
QuestionSession Object Pin
only4pato23-Oct-07 4:26
only4pato23-Oct-07 4:26 
AnswerRe: Session Object Pin
SABhatti23-Oct-07 4:32
SABhatti23-Oct-07 4:32 
AnswerRe: Session Object Pin
Guffa23-Oct-07 6:01
Guffa23-Oct-07 6:01 
MSDN Library:

"The Expires, ExpiresAbsolute and CacheControl properties have been deprecated in favor of the methods of the HttpCachePolicy class available through the Cache intrinsic object to control the IIS output cache and client caches."

Use this instead:

Response.Cache.SetExpires(DateTime.Now.AddDays(-1))<br />
Response.Cache.SetCacheability(HttpCacheability.NoCache)


---
"Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things."
-- Douglas Adams

QuestionPrint barcodes From ASP.Net Pin
RenuKhot23-Oct-07 4:23
RenuKhot23-Oct-07 4:23 
AnswerRe: Print barcodes From ASP.Net Pin
Ennis Ray Lynch, Jr.23-Oct-07 7:33
Ennis Ray Lynch, Jr.23-Oct-07 7:33 
QuestionMultiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
Krishnraj23-Oct-07 3:57
Krishnraj23-Oct-07 3:57 
AnswerRe: Multiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
SABhatti23-Oct-07 4:05
SABhatti23-Oct-07 4:05 
GeneralRe: Multiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
Krishnraj23-Oct-07 22:38
Krishnraj23-Oct-07 22:38 
GeneralRe: Multiple tables in sqldatasource like Dataset.Tables(1) Or Dataset.Tables(2) Pin
SABhatti24-Oct-07 15:25
SABhatti24-Oct-07 15:25 
QuestionHow to avoid page refreshing in webpages Pin
kishoregani23-Oct-07 3:40
kishoregani23-Oct-07 3:40 
AnswerRe: How to avoid page refreshing in webpages Pin
N a v a n e e t h23-Oct-07 3:54
N a v a n e e t h23-Oct-07 3:54 
AnswerRe: How to avoid page refreshing in webpages Pin
Ennis Ray Lynch, Jr.23-Oct-07 7:34
Ennis Ray Lynch, Jr.23-Oct-07 7:34 
QuestionFile manipulation in a page ?? Pin
devboycpp23-Oct-07 3:25
devboycpp23-Oct-07 3:25 
AnswerRe: File manipulation in a page ?? Pin
Guffa23-Oct-07 3:57
Guffa23-Oct-07 3:57 
GeneralRe: File manipulation in a page ?? Pin
devboycpp23-Oct-07 5:24
devboycpp23-Oct-07 5:24 
AnswerRe: File manipulation in a page ?? Pin
Guffa23-Oct-07 7:44
Guffa23-Oct-07 7:44 
Questionicon to the web page Pin
abdelhameed8123-Oct-07 2:53
abdelhameed8123-Oct-07 2:53 
AnswerRe: icon to the web page Pin
Christian Flutcher23-Oct-07 3:28
Christian Flutcher23-Oct-07 3:28 
AnswerRe: icon to the web page Pin
Bjohnson3323-Oct-07 6:03
Bjohnson3323-Oct-07 6:03 
QuestionDeclarative Catalog in Webparts ASP.Net 2.0 [modified] Pin
Sivan.G23-Oct-07 2:27
Sivan.G23-Oct-07 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.