Posted on: 3/11/2015 6:19:37 PM | Views : 563

I have a situation, I have a page AddEntity.aspx, In this I have a user control Owner.ascx. this was ok
now i have a requirement to put a user control Process.ascx in which there is also the Owner.ascx control.
1) Condition 1 from requirement i have to put the auto assign value in the text box which is located in the owner control  in the Addentity.aspx and this value should also be in the Owner.ascx control which is in Process.ascx.
2) Condition 2 . I have to give option to user to enter the value in text box of Owner of Process.ascx control and auto assign the value in the text box of Owner.ascx located in AddEntity.aspx page.

Go to the complete details ...