In VS 2012 Web forms (ASPX & C#). When I go into design mode, I try to move the alignment of one textbox it moves all the textboxes on the page. I tried to manually putting in the code align-left="25px" but it still moves. Is there an option that I am missing
to move the textboxes independently without them all moving at once? What I am I am trying to do is this:
label textbox labelxxx textbox
labelx textbox labelx textbox
labelx textbox labelx textbox
Where all the labels are vertically aligned and textboxes vertically aligned. I am trying to do this by encapsulating inside tables. I wish there was some way to place elements where you wanted in an aspx web form like a windows form. Any help would be helpful.
Go to the complete details ...