tanaya80
March 14th, 2007, 09:18 AM
Hi friends
pleasure mailing u today..
i am using the page caching using the <%@ OutputCache Duration="60" VarayByParam="none"%> tag.
There are some parts of the page which need not be cached. known as Donut Caching. I know its possible using the <asp:substitution> control, but it returns only the string which can be updated dynamically regardless of the page caching.
What now required is that i want to make some controls like Label or a Text Box to change its content dynamically, is there anything that can be done to make it happens. Means that i want to change the content of the Label to say current time which i need to place in the Label1.Text property of the label. Because the page is having the output cache directive it is not possible. Have u gone through such situation. And more thing is that i am using global resource file , means that there is a dropdownbox , which has nationality ..like india, german .. so according to that the page language will also be changed...so plz suggest me how to use the caching...
any solutions....
if possible suggest me better sites reference so that i can check and implement in my work..
Thanks
Tanaya
pleasure mailing u today..
i am using the page caching using the <%@ OutputCache Duration="60" VarayByParam="none"%> tag.
There are some parts of the page which need not be cached. known as Donut Caching. I know its possible using the <asp:substitution> control, but it returns only the string which can be updated dynamically regardless of the page caching.
What now required is that i want to make some controls like Label or a Text Box to change its content dynamically, is there anything that can be done to make it happens. Means that i want to change the content of the Label to say current time which i need to place in the Label1.Text property of the label. Because the page is having the output cache directive it is not possible. Have u gone through such situation. And more thing is that i am using global resource file , means that there is a dropdownbox , which has nationality ..like india, german .. so according to that the page language will also be changed...so plz suggest me how to use the caching...
any solutions....
if possible suggest me better sites reference so that i can check and implement in my work..
Thanks
Tanaya