himanshu.tomar 0 Newbie Poster

Hello,

I am facing a problem in my project as i m trying to clear the old data from the datagridview but not been successful.

I have tried
1. Me.dgv1.Rows.Clear(),
2. Me.dgv1.DataSource=Nothing
3. Cleared the dataset,

but none of them is working properly.

If any1 has any clue then do reply.
Himanshu