Click here to Skip to main content
15,904,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to get datagrid items after postback Pin
Anees Mitha19-Sep-07 20:22
Anees Mitha19-Sep-07 20:22 
QuestionUploading File (Urgent!) Pin
Milind Panchal19-Sep-07 20:21
Milind Panchal19-Sep-07 20:21 
AnswerRe: one,Uploading File (Urgent!) Pin
Guffa19-Sep-07 20:23
Guffa19-Sep-07 20:23 
GeneralRe: one,Uploading File (Urgent!) Pin
Milind Panchal19-Sep-07 20:57
Milind Panchal19-Sep-07 20:57 
GeneralRe: one,Uploading File (Urgent!) Pin
Sandeep Akhare19-Sep-07 21:05
Sandeep Akhare19-Sep-07 21:05 
AnswerRe: one,Uploading File (Urgent!) Pin
Guffa20-Sep-07 5:28
Guffa20-Sep-07 5:28 
QuestionDisable Caching: SetNoCache vs SetCachability vs Expires vs AddHeader("pragma", "no-cache"); Pin
Urs Enzler19-Sep-07 20:08
Urs Enzler19-Sep-07 20:08 
AnswerRe: Disable Caching: SetNoCache vs SetCachability vs Expires vs AddHeader("pragma", "no-cache"); Pin
Guffa19-Sep-07 21:30
Guffa19-Sep-07 21:30 
All that those commands do is to add properties to the http header of the page. Most examples is just a collection of everything ever found on the matter, setting the same properties over and over in different ways using different values overwriting each other.

You just have to find out what headers you need, and set them. Maybe this is helpful:

http://www.seoconsultants.com/articles/1000/cache-control.asp[^]

The ultimate source (although a lot to read) on how caching works is of course the RFC:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13[^]

---
single minded; short sighted; long gone;

Questiondatabinding error [modified] Pin
Sonia Gupta19-Sep-07 19:55
Sonia Gupta19-Sep-07 19:55 
AnswerRe: databinding error Pin
Imran Khan Pathan19-Sep-07 20:11
Imran Khan Pathan19-Sep-07 20:11 
AnswerRe: databinding error Pin
Abolfazl Sheikhloo19-Sep-07 20:38
Abolfazl Sheikhloo19-Sep-07 20:38 
GeneralRe: databinding error Pin
Sonia Gupta19-Sep-07 21:03
Sonia Gupta19-Sep-07 21:03 
GeneralRe: databinding error [modified] Pin
saravanan0519-Sep-07 22:42
saravanan0519-Sep-07 22:42 
Questionerror when browsing client page from the local server and client computer as well [modified] Pin
Dhyanga19-Sep-07 19:46
Dhyanga19-Sep-07 19:46 
Question.avi files Pin
Divya Mallis19-Sep-07 19:45
Divya Mallis19-Sep-07 19:45 
Questiondisable the browser backbutton Pin
saravanan0519-Sep-07 19:44
saravanan0519-Sep-07 19:44 
AnswerRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 20:35
Sandeep Akhare19-Sep-07 20:35 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 20:52
saravanan0519-Sep-07 20:52 
GeneralRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 21:03
Sandeep Akhare19-Sep-07 21:03 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 21:21
saravanan0519-Sep-07 21:21 
GeneralRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 21:31
Sandeep Akhare19-Sep-07 21:31 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 21:44
saravanan0519-Sep-07 21:44 
Questiondatagrid Pin
jai 12319-Sep-07 19:23
jai 12319-Sep-07 19:23 
AnswerRe: datagrid Pin
abglorie19-Sep-07 20:21
abglorie19-Sep-07 20:21 
GeneralRe: datagrid Pin
jai 12319-Sep-07 20:29
jai 12319-Sep-07 20:29 

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.