Click here to Skip to main content
15,908,661 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Error Pin
PavanPareta24-May-07 2:39
PavanPareta24-May-07 2:39 
QuestionCan 'Oracle web server' run ASP.NET application? Pin
Assil23-May-07 22:19
professionalAssil23-May-07 22:19 
AnswerRe: Can 'Oracle web server' run ASP.NET application? Pin
Vasudevan Deepak Kumar24-May-07 22:22
Vasudevan Deepak Kumar24-May-07 22:22 
QuestionAccess POST data values Pin
Bijay Bhaskar Deo23-May-07 22:03
Bijay Bhaskar Deo23-May-07 22:03 
AnswerRe: Access POST data values Pin
Guffa23-May-07 22:47
Guffa23-May-07 22:47 
QuestionSystem.UnAuthorizedException Pin
Aleemulhaq23-May-07 21:17
Aleemulhaq23-May-07 21:17 
QuestionHow to put in cache only part of webpage Pin
Nimua23-May-07 21:12
Nimua23-May-07 21:12 
AnswerRe: How to put in cache only part of webpage Pin
Bijay Bhaskar Deo23-May-07 22:12
Bijay Bhaskar Deo23-May-07 22:12 
Hii Nimua,
Solution:
Use Substitution control for rendering that part which need no caching.
Explanation:
ASP.NET 2.0 introduces a new feature called Post-Cache Substitution, which is aimed at optimizing the development experience for this mostly-cached page scenario. Rather than requiring page developers to mark page regions (user controls) as cached, post-cache substitution allows them to output cache an entire page and then simply identify regions of the page that should be exempt from caching. It also allows control developers to prevent their rendering from from being cached. In the above example, an AdRotator control that takes advantage of post-cache substitution would be able to serve a different advertisement on each request even if its parent page were cached.

For complete solution, see http://dotnetjunkies.com/QuickStartv20/aspnet/doc/ctrlref/standard/substitution.aspx[^]

Bijay Bhaskar Deo
Thanks & Regard

QuestionUsing API for XML Request Pin
praveenkumar_mca23-May-07 20:45
praveenkumar_mca23-May-07 20:45 
AnswerRe: Using API for XML Request Pin
enjoycrack23-May-07 21:45
enjoycrack23-May-07 21:45 
GeneralRe: Using API for XML Request Pin
praveenkumar_mca23-May-07 22:29
praveenkumar_mca23-May-07 22:29 
GeneralRe: Using API for XML Request Pin
N a v a n e e t h23-May-07 22:33
N a v a n e e t h23-May-07 22:33 
GeneralRe: Using API for XML Request Pin
praveenkumar_mca23-May-07 23:51
praveenkumar_mca23-May-07 23:51 
GeneralRe: Using API for XML Request Pin
enjoycrack23-May-07 23:34
enjoycrack23-May-07 23:34 
Questioncreating Context menu Pin
Rajiya23-May-07 20:44
Rajiya23-May-07 20:44 
AnswerRe: creating Context menu Pin
enjoycrack23-May-07 21:43
enjoycrack23-May-07 21:43 
GeneralRe: creating Context menu Pin
Rajiya24-May-07 0:50
Rajiya24-May-07 0:50 
GeneralRe: creating Context menu Pin
enjoycrack24-May-07 0:55
enjoycrack24-May-07 0:55 
GeneralRe: creating Context menu Pin
Rajiya24-May-07 1:39
Rajiya24-May-07 1:39 
GeneralRe: creating Context menu Pin
Rajiya24-May-07 1:42
Rajiya24-May-07 1:42 
Questioncalculate level of a node of tree not having more than two nodes under him Pin
singhal's23-May-07 20:38
singhal's23-May-07 20:38 
Questionuploading ASP.NET Project ? Pin
moomoooomoo23-May-07 20:16
moomoooomoo23-May-07 20:16 
AnswerRe: uploading ASP.NET Project ? Pin
enjoycrack23-May-07 21:26
enjoycrack23-May-07 21:26 
AnswerRe: uploading ASP.NET Project ? Pin
metallica_rock1023-May-07 23:14
metallica_rock1023-May-07 23:14 
QuestionRich Text Editor in ASP.NET2.0 Pin
varshavmane23-May-07 20:11
varshavmane23-May-07 20:11 

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.