Click here to Skip to main content
15,887,585 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with creating a web project Pin
N a v a n e e t h2-Feb-09 18:51
N a v a n e e t h2-Feb-09 18:51 
GeneralRe: Problem with creating a web project Pin
reogeo20083-Feb-09 2:41
reogeo20083-Feb-09 2:41 
GeneralRe: Problem with creating a web project Pin
The_Collector4-Feb-09 2:17
The_Collector4-Feb-09 2:17 
QuestionHow to make the html row visible and hidden? Pin
meeram3952-Feb-09 17:43
meeram3952-Feb-09 17:43 
AnswerRe: How to make the html row visible and hidden? Pin
N a v a n e e t h2-Feb-09 18:30
N a v a n e e t h2-Feb-09 18:30 
GeneralRe: How to make the html row visible and hidden? Pin
meeram3952-Feb-09 21:02
meeram3952-Feb-09 21:02 
AnswerRe: How to make the html row visible and hidden? Pin
Ranjit Viswakumar3-Feb-09 5:47
Ranjit Viswakumar3-Feb-09 5:47 
Questioncaching problem with firefox Pin
maltova2-Feb-09 17:11
maltova2-Feb-09 17:11 
Hi all,

i want to disable caching of my web page on the client side.

For this, i am adding a cache-control:no-store header to the out going response in my asp.net page.

It is working fine in IE but with a limitation in Firefox.

what i learnt is Firefox is maintaining 3 caches.

i.Memory cache

ii.disk cache.

iii.offline cache

when i sent no-store value in cache control header,i observed following things when i open the page.

1.i typed about:cache command in a new tab to see all the caches.

2.page is not added to disk cache and offline cache

3.page is added to memory cache

4.when i close the browser window,memory cache entry is now removed.

*what i need is..is there any workaround so that my page is not added to all 3 caches of firefox.


actually we can do it manually by configuring the browser but i think we cannot do this ourselves on all the client browsers who are accessing our page. and also we cannot instruct the user to close the window after he finished browsing our page.


Thanks in advance.
AnswerRe: caching problem with firefox Pin
N a v a n e e t h2-Feb-09 17:32
N a v a n e e t h2-Feb-09 17:32 
QuestionProblem with Dropdownlist Pin
sarang_k2-Feb-09 16:25
sarang_k2-Feb-09 16:25 
AnswerRe: Problem with Dropdownlist Pin
Christian Graus2-Feb-09 19:12
protectorChristian Graus2-Feb-09 19:12 
QuestionRedirect to order.aspx after login successfull Pin
Sarfaraj Ahmed2-Feb-09 13:40
Sarfaraj Ahmed2-Feb-09 13:40 
AnswerRe: Redirect to order.aspx after login successfull Pin
Christian Graus2-Feb-09 13:59
protectorChristian Graus2-Feb-09 13:59 
GeneralRe: Redirect to order.aspx after login successfull Pin
Sarfaraj Ahmed2-Feb-09 14:12
Sarfaraj Ahmed2-Feb-09 14:12 
GeneralRe: Redirect to order.aspx after login successfull Pin
Sarfaraj Ahmed2-Feb-09 14:18
Sarfaraj Ahmed2-Feb-09 14:18 
GeneralRe: Redirect to order.aspx after login successfull Pin
Christian Graus2-Feb-09 14:26
protectorChristian Graus2-Feb-09 14:26 
GeneralRe: Redirect to order.aspx after login successfull Pin
Sarfaraj Ahmed2-Feb-09 14:43
Sarfaraj Ahmed2-Feb-09 14:43 
QuestionTextbox initial value in gridview Pin
C#Coudou2-Feb-09 12:52
C#Coudou2-Feb-09 12:52 
QuestionUpdating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
fasttoshiba2-Feb-09 7:21
fasttoshiba2-Feb-09 7:21 
AnswerRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Christian Graus2-Feb-09 8:15
protectorChristian Graus2-Feb-09 8:15 
QuestionRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
fasttoshiba2-Feb-09 9:03
fasttoshiba2-Feb-09 9:03 
AnswerRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Christian Graus2-Feb-09 9:18
protectorChristian Graus2-Feb-09 9:18 
GeneralRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Ranjit Viswakumar2-Feb-09 10:16
Ranjit Viswakumar2-Feb-09 10:16 
GeneralRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Christian Graus2-Feb-09 10:46
protectorChristian Graus2-Feb-09 10:46 
QuestionAuto Email Send Pin
Sarfaraj Ahmed2-Feb-09 7:03
Sarfaraj Ahmed2-Feb-09 7:03 

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.