I my asp.net page, I need to add about 200 controls including check boxes, text boxes, drop down lists...
What position to use (absolute or relative) for a controls so that it is easier for me to move to any position?
Some people said that using abolute position is not good practice, is it right? If yes, how to put the control in the position I want?
What position to use (absolute or relative) for a controls so that it is easier for me to move to any position?
Some people said that using abolute position is not good practice, is it right? If yes, how to put the control in the position I want?