Microsoft
Software
Hardware
Network
Question : Deleting A Row from a DataTable based on ID column
Hi All,
I have a DataTable stored within a Session variable like so..
DataTable myDt = new DataTable();
myDt = createTempDatesTable();
Session["TempDataTable"] = myDt;
The DataTable has a column called 'ID' which stored string values.
Please could anyone show me how to delete a row from my DataTable based on a value within the ID column.?
Answer : Deleting A Row from a DataTable based on ID column
If ID column is the primary column, then you can use like:
DataRow foundRow = myDt.Rows.Find("idValue");
foundRow.Delete();
Random Solutions
ipod transfer mp3
Exchange RPC Client Access service failing to start
How can C# match substrings very fast?
Whos hosting my NS records for site?
How do I see Windows 7 Group Policies in Group Policy Management?
Quality of Picture (logo) inserted into Access
SQL 2005 mirroring
music and effects on plants
I just connected my server to my router but my client machine does not connect to it.
Java web frameworks