| | |
How to add the link list information into datagrid
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2008
Posts: 56
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
As I said before, if you did that code twice it would add 2 rows.
STOP MAKING NEW THREADS ON THE SAME QUESTION
STOP MAKING NEW THREADS ON THE SAME QUESTION
Last edited by LizR; Feb 11th, 2009 at 11:10 am.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
![]() |
Similar Threads
- Help with automatic update problem and more (Viruses, Spyware and other Nasties)
Other Threads in the C# Forum
- Previous Thread: Log File reading
- Next Thread: print pdf docs ( stored on server ) at client's printer
| Thread Tools | Search this Thread |
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# cast check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ httpwebrequest image index input install java label list listbox listener mailmerge mandelbrot math mouseclick mysql operator path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox robot save saving serialization server sleep socket sockets sql sql-server statistics stream string stringformatting table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






