Ask a Question related to ASP.NET General, Design and Development.
-
Pat Carden #1
No cache on User Control?
My user control needs to update each time it's displayed but I can't find a
way to either issue a directive so the user control info is not cached OR a
way to cause the user control to be "refreshed" from within the containing
page. Any suggestions greatly appreciated.
Pat
Pat Carden Guest
-
What if I want to LET USER CACHE videos streamed usingFMS3?
For my new video website I want the users TO BE ABLE TO CACHE but at the same time I want them to have the benefit of jumping anywhere on the... -
user control problem access value from user control to a page
Thanks a lot for paying attention to my problem , i tell u the problem i have a main form in which i gave a login label that points to a... -
Cache a user control based on a Property in the code behind.
I have a user control that is placed on every page to provide a menu system, logout/login buttons etc. This contect varies in depending on the... -
Dynamically Adding User Control with Child User Control
I have a user control that has a child user control. If I drag this onto the page, it appears and functions normally. If I attempt to add the... -
Know in user control page_load if an user control event is going to be fired
Hi all, i have built a user control that shows a map and let the user zoom in, out, usual stuff. Putting this object in a webform the user can... -
Axel Dahmen #2
Re: No cache on User Control?
??? - There might be something wrong with your code. Every time your UserControl is to be displayed, the Page_Load member function of your UserControl is called. You can do whatever you please within this function to change the display and contents of your UserControl.
HTH,
Axel Dahmen
------------------------
"Pat Carden" <pat@stitchamerica.com> schrieb im Newsbeitrag news:OFt9cv3QDHA.3700@tk2msftngp13.phx.gbl...> My user control needs to update each time it's displayed but I can't find a
> way to either issue a directive so the user control info is not cached OR a
> way to cause the user control to be "refreshed" from within the containing
> page. Any suggestions greatly appreciated.
>
> Pat
>
>Axel Dahmen Guest
-
anastasia #3
Re: No cache on User Control?
I am not sure what exactly you want to refresh so my "two cents" might
be worthles... but I have written a User Control that displays UI that
has been genereated out of an XSLT stylesheet (I wrote the html in
XSLT syntax. In any case, I update the UI of this control by passing
parameters to the XSLT stylesheet - and then re-transform it....
you might want to try that..
anastasia Guest
-
David Waz... #4
Re: No cache on User Control?
Need more input, Johnny 5
"Pat Carden" <pat@stitchamerica.com> wrote in message
news:OFt9cv3QDHA.3700@tk2msftngp13.phx.gbl...a> My user control needs to update each time it's displayed but I can't finda> way to either issue a directive so the user control info is not cached OR> way to cause the user control to be "refreshed" from within the containing
> page. Any suggestions greatly appreciated.
>
> Pat
>
>
David Waz... Guest



Reply With Quote

