UserControl input value not changing
If you use LoadControl to dynamically creating user controls. To assign new values to fields in the user control, you will need to make that assignment in the page PreRender event not page Load event.The page Load event of the UserControl will be only called when it's added to the parent container.

0 Comments:
Post a Comment
<< Home