How to remove the row and add new control to gridview rowhttp://forums.asp.net/t/1788775.aspx/1?How+to+remove+the+row+and+add+new+control+to+gridview+rowTue, 03 Apr 2012 18:47:35 -040017887754914573http://forums.asp.net/p/1788775/4914573.aspx/1?How+to+remove+the+row+and+add+new+control+to+gridview+rowHow to remove the row and add new control to gridview row <p>Hi,<br> I am using gridview to bind datatable values. In the grdiview am using item template to bind the respective values.<br> In the gridview first row i have to remove the controls and also add an new control in the first row position alone.<br> Eg:Name should be in the first row.<br> Age ,dept,counntry should bind below the name filed</p> <p>Name</p> <p>age&nbsp; Dept Country State</p> <p>how to perform this in gridview</p> 2012-04-03T17:44:02-04:004914605http://forums.asp.net/p/1788775/4914605.aspx/1?Re+How+to+remove+the+row+and+add+new+control+to+gridview+rowRe: How to remove the row and add new control to gridview row <p>I would recomend you to use repeater. You will have full control of layout of data</p> 2012-04-03T18:13:08-04:004914609http://forums.asp.net/p/1788775/4914609.aspx/1?Re+How+to+remove+the+row+and+add+new+control+to+gridview+rowRe: How to remove the row and add new control to gridview row <p>you can use repeater</p> <p>to add control at runtime add panel in itemtemplate</p> <p>at runtime use FindControl to find panel and then add controls to it</p> <p></p> 2012-04-03T18:16:19-04:004914648http://forums.asp.net/p/1788775/4914648.aspx/1?Re+How+to+remove+the+row+and+add+new+control+to+gridview+rowRe: How to remove the row and add new control to gridview row <p>This web page may help</p> <p><a href="http://stackoverflow.com/questions/199986/how-to-add-different-controls-in-gridview">http://stackoverflow.com/questions/199986/how-to-add-different-controls-in-gridview</a></p> <p>Regards</p> 2012-04-03T18:47:35-04:00