Hi,
I have a web user control called "EmailToFriend" that appears on many places on Main page.When user clicks on it , a RadWindow opens at relative position with further details for email.The problem is When RadWindow is closed I want to automatically set the focus on that instance of EmailToFriend that triggers the window.Can this be possible?Can we use session object to hold clientid of that control so that we can fetch that control when we came back to main page.Please help me in this regard.
I have a web user control called "EmailToFriend" that appears on many places on Main page.When user clicks on it , a RadWindow opens at relative position with further details for email.The problem is When RadWindow is closed I want to automatically set the focus on that instance of EmailToFriend that triggers the window.Can this be possible?Can we use session object to hold clientid of that control so that we can fetch that control when we came back to main page.Please help me in this regard.