need to select the row and if i click the button i need to remove temporary from the gridview not affect the database data using asp.net using c#
name place billno
celv chennai 101
raj chennai 102
mani karaikudi 103
i need to remove the details
name place billno
celv chennai 101
if i click the row celv and click the button remove need to remove from the grid not affect the database data
name place billno
celv chennai 101
raj chennai 102
mani karaikudi 103