Yes, I fixed the issue. It had to do with how I coded the page_load
subroutine.
A bigger question:
I declare a variable in the main page. I want to pass that variable to the
user control. How do I do this? Is there an example somewhere?
Thanks for you assistance.
"Steve C. Orr [MCSD, MVP, CSM, ASP Inside" wrote:
Your control should expose a public property that can be set by the page.
I've documented this in more detail here:
http://SteveOrr.net/faq/PassDataToUserControl.aspx
http://SteveOrr.net/faq/PassDataBetweenControls.aspx

Signature
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
> Yes, I fixed the issue. It had to do with how I coded the page_load
> subroutine.
[quoted text clipped - 22 lines]
>> >
>> > TIA.
Paul - 15 Jun 2007 21:54 GMT
Your first example uses a method. I think I will need a property. Is there an
example for that?
Thank you very much.
- Paul
"Steve C. Orr [MCSD, MVP, CSM, ASP Inside" wrote:
> Your control should expose a public property that can be set by the page.
> I've documented this in more detail here:
[quoted text clipped - 27 lines]
> >> >
> >> > TIA.