is there anyway to access server control position from code behind?
or access to server control property.
jquery $(this).val(); only able to set value to control.Text but not other property.
because i have this control with public custom property of top and left . i wish to assign this 2 property value from clientSide and retrive it from code behind
or directly accessing to control location without accessing to this 2 property.
as long as either way works.
Go to the complete details ...