Setting value of user control from its containing page.

  • Thread starter Thread starter archana
  • Start date Start date
A

archana

Hi all,

I have created one user control where i want to do fragement caching.

what i want is to set value of user control from its containing page.

Can i do this? If so how to do this.

Please help me asap.

thanks in advance.
 
archana said:
Hi all,

I have created one user control where i want to do fragement caching.

what i want is to set value of user control from its containing page.

Can i do this? If so how to do this.

Create a public method (or property) in the user control.

Then, you can call this method from your page.

Riki
 
Back
Top