G
Guest
I have two user controls Control1 and Control2 (.ascx) dependent on each
others input.
When the Web Page containing this control gets posted back I have some logic
to determine a value in Control1 that is an input to Control2.I find that I
am unable to achieve this because the Control1 postback is only done after
the Web Page postback.How can I force Control1 postback to occur in the Web
Page postback.
Please help me understand the process
others input.
When the Web Page containing this control gets posted back I have some logic
to determine a value in Control1 that is an input to Control2.I find that I
am unable to achieve this because the Control1 postback is only done after
the Web Page postback.How can I force Control1 postback to occur in the Web
Page postback.
Please help me understand the process