1
Answer

Delete A Row from a table

I m making a table at run tme I m adding some row at  runt time. I stored that table in a session.

Session["MyTable"]

I want to delete a record from that table  n again into a DataGrid

Answers (1)