I have a table with 9 columns in an asp.net(vb) master page. The cells are supposed to hold textboxes. But even without textboxes, they are going beyond the content margins. So what can be done to make them fit the master page margins and if still it does not fits, the content area should become scrollable(not the whole page!).
Share
Using asp.net Panel control worked for me. It automatically added the scroll pane on the edges and bottom of the table.