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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top