I have an asp gridview control that gets populated via a database(paging allowed). I also enable the user to edit any cell in a row. The gridview control is wrapped in this div tag which makes its smaller and take up less screen. It works perfectly until i click the edit button which causes the row selected to be turned into edit mode. When it does this it, highlights the edit row to a color and makes the controls on that row textboxes. I use templates for each column in the gridview. Following;I have an asp gridview control that gets popula