Introduction The grid is a layout panel with Background Image that arranges its child controls in a tabular structure of rows and columns. Its functionality is similar to the HTML table but more flexible. A cell can contain multiple controls; they can span over multiple cells and even overlap themselves.DescriptionTo add controls to the grid layout panel just put the declaration between the opening and closing tags of the Grid. Keep in mind that the row- and column...