Hi

I am trying to move my code to user controls so its easier to reuse the code.

I have created a control which has a dateTo and dateFrom and a submit button. The results I thought should be populated into another user control which contains a gridview.

How do I set the gridview datasource if it is in another UC?

Thank u in advance....