I am trying to move controls, such as gridviews, around on an ASP.net form depending on which button is clicked. I have read previously that using the control.location property can be used to specify new coordinates for the control, but this property doesn't exist. I am using VS2015 Professional.
Is there a certain namespace that needs to be imported to allow this functionality?