Hi, I am using a multiview in one of my webpage but when I am switching from one view to another in multiview I can't access any control value of previous view to current view. Why am I geeting this problem? Thanks & Regards Rock Star
Hi, I am using a multiview in one of my webpage but when I am switching from one view to another in multiview I can't access any control value of previous view to current view. Why am I geeting this problem? Thanks & Regards Rock Star
At a time only one view gets rendered on page.So you cannot access the controls of one view from another.If you have to access some value from another view ,you can put it in viewstate etc.