hi.

i am new to .net. i am facing some problem in my coding.

i maintain the information in link list, i like to show it in datagridview.

if there is any direct mapping from link list to datagridview.

otherwise i like to add link list information in to datagridview row by row

i worked with row by row operation but facing a problem
i used the following syntax for adding the row by row


datagridview.Rows.Add(col1,col2);


that one is add only one row in datagridview. i am not able to add the next line in datagridview. any other method is need?

Please share ur ideas

As I said before, if you did that code twice it would add 2 rows.
STOP MAKING NEW THREADS ON THE SAME QUESTION

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.