J
Justin Dutoit
Hey. Exp. folks, I need to know, does VaryByControl cache based on the user
control's properties, or on a server control inside the user control?
I've read two sources which say that
VaryByControl="id" caches based on the properties of the user control, like
Public Property Something
Get
Set
I thought it was - if there is a server control in the user control like
<asp:textbox id="something" runat="server" />
then there is a cached version of the user control for every value entered
into the "something" textbox.
This is for exam prep, thanks for helping with a tricky Q.
Justin D
control's properties, or on a server control inside the user control?
I've read two sources which say that
VaryByControl="id" caches based on the properties of the user control, like
Public Property Something
Get
Set
I thought it was - if there is a server control in the user control like
<asp:textbox id="something" runat="server" />
then there is a cached version of the user control for every value entered
into the "something" textbox.
This is for exam prep, thanks for helping with a tricky Q.
Justin D