Click here to Skip to main content
15,899,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to pass value between iframe and page Pin
sumit703418-Jun-08 20:55
sumit703418-Jun-08 20:55 
AnswerRe: How to pass value between iframe and page Pin
Venkatesh Mookkan18-Jun-08 22:47
Venkatesh Mookkan18-Jun-08 22:47 
AnswerRe: How to pass value between iframe and page Pin
Guffa18-Jun-08 23:16
Guffa18-Jun-08 23:16 
GeneralRe: How to pass value between iframe and page Pin
Venkatesh Mookkan19-Jun-08 0:02
Venkatesh Mookkan19-Jun-08 0:02 
QuestionClick To Add New Row Pin
Mohamad Kaifi18-Jun-08 20:48
Mohamad Kaifi18-Jun-08 20:48 
AnswerRe: Click To Add New Row Pin
Imran Khan Pathan18-Jun-08 21:00
Imran Khan Pathan18-Jun-08 21:00 
QuestionHow to delete Temporary Internet files through C# and ASP.NET Pin
Sreetak18-Jun-08 20:32
Sreetak18-Jun-08 20:32 
AnswerRe: How to delete Temporary Internet files through C# and ASP.NET Pin
Guffa18-Jun-08 23:21
Guffa18-Jun-08 23:21 
Sreetak wrote:
Can any one plz suggest me how i can delete my temporary internet files
within my Asp.net page. I am using C# as the code behind lang.


That would delete the temporary files from the server, which is totally useless in your case.

Sreetak wrote:
Indeed, i have flash inserted on my .net page, which in turn gets its
values from the xml file which gets generated at the run time according
to the selection of the user in a DropDownList. I want to delete the
flash from the "temporary internet files " folder so that on each
combobox selection, the user must get the new version of the flash.


Add the current time to the url of the flash file to keep it unique. That way the browser can't use the file in the cache.

Sreetak wrote:
I am using the following code.

HttpContext.Current.Response.Cache.SetCacheability (HttpCacheability.None)

It is not working


I'm sure that it works just fine, but again it's useless in your case. It keeps the page itself from being cached, not the files that the code on the page loads.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionExport to Excel Pin
Assaf8218-Jun-08 20:21
Assaf8218-Jun-08 20:21 
AnswerRe: Export to Excel Pin
Binod K19-Jun-08 1:17
Binod K19-Jun-08 1:17 
Questionsession state in asp.net 2.0 Pin
vijaylumar18-Jun-08 20:16
vijaylumar18-Jun-08 20:16 
AnswerRe: session state in asp.net 2.0 Pin
Venkatesh Mookkan18-Jun-08 22:57
Venkatesh Mookkan18-Jun-08 22:57 
GeneralRe: session state in asp.net 2.0 Pin
vijaylumar19-Jun-08 20:06
vijaylumar19-Jun-08 20:06 
GeneralRe: session state in asp.net 2.0 Pin
Venkatesh Mookkan19-Jun-08 20:53
Venkatesh Mookkan19-Jun-08 20:53 
Questionproblem while viewing in the opera or Mizilla - FireFox Pin
Pankaj Garg18-Jun-08 20:01
Pankaj Garg18-Jun-08 20:01 
JokeRe: problem while viewing in the opera or Mizilla - FireFox Pin
Krazy Programmer18-Jun-08 21:18
Krazy Programmer18-Jun-08 21:18 
AnswerRe: problem while viewing in the opera or Mizilla - FireFox Pin
Rutvik Dave19-Jun-08 5:09
professionalRutvik Dave19-Jun-08 5:09 
Questionserver to client and client to server working Pin
Pankaj Garg18-Jun-08 19:24
Pankaj Garg18-Jun-08 19:24 
AnswerRe: server to client and client to server working Pin
Ashfield18-Jun-08 21:24
Ashfield18-Jun-08 21:24 
GeneralRe: server to client and client to server working Pin
Pankaj Garg18-Jun-08 22:57
Pankaj Garg18-Jun-08 22:57 
GeneralRe: server to client and client to server working Pin
Ashfield18-Jun-08 23:33
Ashfield18-Jun-08 23:33 
AnswerRe: server to client and client to server working Pin
Rutvik Dave19-Jun-08 5:03
professionalRutvik Dave19-Jun-08 5:03 
QuestionFormatted number vs javascript Pin
samerh18-Jun-08 19:15
samerh18-Jun-08 19:15 
Questionunable to locate the id of linkbutton in datalist and datalist in updatepanel Pin
Pankaj Garg18-Jun-08 18:51
Pankaj Garg18-Jun-08 18:51 
AnswerRe: unable to locate the id of linkbutton in datalist and datalist in updatepanel Pin
Rutvik Dave19-Jun-08 5:01
professionalRutvik Dave19-Jun-08 5:01 

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.