Dinesh Santhalingam

Dinesh Santhalingam

  • NA
  • 737
  • 357.3k

Remove data row from the data table in c#

Jan 11 2017 1:37 AM
I have a Data Table named as dt .The Table contains the following.,
Name
bike name Rate
Ram A 20
Sri B 10
dina C 40
Ram D 50
Sri E 60
dina F 70
Ram S 80
Sri Q 65
dina L 70
Sonu B 30
I want to remove the data row where name is Ram without using for loop .How to solve this ?help me..

Answers (13)