On my ASP.NET page, I have set up two columns within a table. The first column features a Grid View that pulls data from a SQLDATASOURCE in the database.
In the second column, I have placed textboxes, checkboxes, and buttons.
However, when I view the page in the browser, the data populated in the gridview disrupts the alignment of the adjacent column that contains the textboxes and checkboxes.
Instead of being visible at the top of the column where they should be, the textboxes and checkboxes are now positioned in the center because of the gridview data causing interference.
I am seeking assistance to resolve this issue so that the textboxes and checkboxes in the second column can be visible at the top as intended.