V
Vishwanathan Raman
I have two user controls Control1 and Control2 (.ascx).
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.
If I refer to that property of Control1 in Web Page postback its not set.It
only gets set after Web Page Postback.
How do I achieve in Web Page Postback.
Please help me understand the process
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.
If I refer to that property of Control1 in Web Page postback its not set.It
only gets set after Web Page Postback.
How do I achieve in Web Page Postback.
Please help me understand the process