Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dotnetguy
  • Content: Threads
  • Order by date
  1. dotnetguy

    How do i sort child node in Treeview

    Hi All, I've an treeview and I want to sort selected node's child nodes, Node1 Node11 Node12 Node13 Node2 Node21 Node22 Node23 Node3 Node31 I want to sort Node1 only not entire treeview Thanks Aa
  2. dotnetguy

    datagrid is freezing when I add 1000 rows

    I have an array of about 1000 items that I want to display in a datagrid. Currently, I created a array object for each item, copy the data to the data row, then add the row to the datatable foreach (items o in c) { object[] data = new object[]{c.Name, pdp, countryName, c.PhoneNumber...
  3. dotnetguy

    Listview with imagelist problem

    Hi All, I am having problem with listview and imagelist. I loaded some images into imagelist and i am assigning it to listview in runtime. well here user has two options he can view the data in listview with images and without images. I am able to do that. by removing images from the...

Part and Inventory Search

Back
Top