Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3750 Points
873 Posts
Feb 04, 2011 04:35 AM|LINK
Sounds like they both have the same id.
User controls respond to events fired in the page, unless you make a custom event. But overall, a web page only has so many events on the list.
I put all the controls on the webform, and call visbility when there needed, based on page load or life cycles.
jkirkerx
Contributor
3750 Points
873 Posts
Re: Can't pass data from usercontrol to page
Feb 04, 2011 04:35 AM|LINK
Sounds like they both have the same id.
User controls respond to events fired in the page, unless you make a custom event. But overall, a web page only has so many events on the list.
I put all the controls on the webform, and call visbility when there needed, based on page load or life cycles.