In C#.Net,

I have a dataset containing only one column,..
i want to remove the first row,..
Can anyone help me?

In C#.Net,

I have a dataset containing only one column,..
i want to remove the first row,..
Can anyone help me?

Remove 1st row from the table.

dsObject.Tables["tableName"].Rows[0].Delete()
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.