I have two controls in div wrapped into update panel. My code requires for user to be able to change position of second control left,top,right,bottom from first controls point of view. I was thinking of adding a MultiView and adding 4 Views but controls can’t have same ID in views and that is essential for my code functionality.
What would be best approach here?
You could add the second control into a placeholder control. See this question : How can you move ASP.Net controls to different places on the Web form at runtime?