Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i am changing page behavior from two separate user control to user control withing another user control, shipping user control is inside the profileList user control, which is called dynamically inside a repeater.
when a button is pressed event is fired from the parent(profileList), i want to call a method inside the shippinguser control to run another check internally.
i need to access a specific user control in one of the repeated Shipping user Control, how to access it?
the user control display something like that:

HTML
main usercontrol
 ProfileList
  Repeat
   controls 
   Shipping
  /Repeat
 /ProfileList
/Main



help is appreciated,
Roi
Posted
Updated 10-May-15 22:21pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900