Dear all,
I'm a new member, so if I post this in the wrong place, please be kind to let me know...
Is there a way to get a position of a control in code-behind?
Idea is that I want to move controls dynamically in code-behind depending on some validations. I do have a workaround now, by using a <div> and in code-behind adding the control to the <div>.
But really want to know if there are other ( better ) ways to find out position of a control on the form.