Click here to Skip to main content
15,914,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Message box in C# Pin
Deepak Koduri15-Nov-07 19:52
Deepak Koduri15-Nov-07 19:52 
GeneralRe: Message box in C# Pin
Guffa15-Nov-07 20:39
Guffa15-Nov-07 20:39 
QuestionReadonly Gridview Pin
kjosh6-Nov-07 5:43
kjosh6-Nov-07 5:43 
AnswerRe: Readonly Gridview Pin
John-ph6-Nov-07 21:45
John-ph6-Nov-07 21:45 
Questionhow to update a row in data grid ?? [modified] Pin
rocky8116-Nov-07 4:51
rocky8116-Nov-07 4:51 
AnswerRe: how to update a row in data grid ?? Pin
John-ph6-Nov-07 5:14
John-ph6-Nov-07 5:14 
GeneralRe: how to update a row in data grid ?? Pin
rocky8116-Nov-07 5:20
rocky8116-Nov-07 5:20 
GeneralRe: how to update a row in data grid ?? Pin
John-ph6-Nov-07 5:25
John-ph6-Nov-07 5:25 
GeneralRe: how to update a row in data grid ?? Pin
rocky8116-Nov-07 5:30
rocky8116-Nov-07 5:30 
GeneralRe: how to update a row in data grid ?? Pin
John-ph6-Nov-07 19:21
John-ph6-Nov-07 19:21 
QuestionFormView Problem ASP.NET 2005 Pin
Haridas.R6-Nov-07 4:20
Haridas.R6-Nov-07 4:20 
AnswerRe: FormView Problem ASP.NET 2005 Pin
Rocky#6-Nov-07 4:42
Rocky#6-Nov-07 4:42 
QuestionAjax control toolkit tabcontainer - not rendered Pin
digsy_6-Nov-07 3:40
digsy_6-Nov-07 3:40 
QuestionSorting in a GridView Without Databinding Pin
Rocky#6-Nov-07 3:23
Rocky#6-Nov-07 3:23 
AnswerRe: Sorting in a GridView Without Databinding Pin
John-ph6-Nov-07 4:01
John-ph6-Nov-07 4:01 
GeneralRe: Sorting in a GridView Without Databinding Pin
Rocky#6-Nov-07 4:07
Rocky#6-Nov-07 4:07 
GeneralRe: Sorting in a GridView Without Databinding Pin
Rocky#6-Nov-07 4:40
Rocky#6-Nov-07 4:40 
GeneralRe: Sorting in a GridView Without Databinding Pin
John-ph6-Nov-07 4:58
John-ph6-Nov-07 4:58 
QuestionIs Possible to show a youtube video in to aspx page?? Pin
bijeshputhalath6-Nov-07 2:32
bijeshputhalath6-Nov-07 2:32 
AnswerRe: Is Possible to show a youtube video in to aspx page?? Pin
Michael Sync6-Nov-07 3:47
Michael Sync6-Nov-07 3:47 
GeneralRe: Is Possible to show a youtube video in to aspx page?? Pin
bijeshputhalath6-Nov-07 18:13
bijeshputhalath6-Nov-07 18:13 
GeneralRe: Is Possible to show a youtube video in to aspx page?? Pin
Michael Sync6-Nov-07 18:31
Michael Sync6-Nov-07 18:31 
GeneralRe: Is Possible to show a youtube video in to aspx page?? Pin
bijeshputhalath6-Nov-07 21:04
bijeshputhalath6-Nov-07 21:04 
Questionauto update with cache Pin
ranandbe6-Nov-07 1:55
ranandbe6-Nov-07 1:55 
AnswerRe: auto update with cache Pin
John-ph6-Nov-07 2:23
John-ph6-Nov-07 2:23 
ranandbe wrote:
How to update newly cached object to the client with out any request from client.


I'm not quiet sure about what you are asking. As far as I know a cached object will either have a dependency or time-duration, when there is a request from the client then it checks whether dependency or the duration is expired. If yes then the Cached object will get updated. You are asking How to update without any request from the client. If there's no request from the client why do you need to update the Cached object?

 Regards
 - J O H N -



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.