adding content of textbox into edited column in listview - 28-3-2011 7:14:54 i have a listview in my windows application,i am able to edit particular column in listview and place textbox in that position, now i want to add the textbox text into the listview edited column,No databinding involved in this application.and my code is below..
void... more »
|
Source: DaniWeb IT Discussion Community - 
|
Problem with listview - 1-3-2011 10:46:44 Hi, I have a problem with displaying output in listview in windows7.
I am populating listview colum using OleDbDataReader from database which has value in string as
"1,2,4,6,8,9,10" etc.
But when I displays it in listview it appears as
"10,9,8,6,4,2,1"
i.e in opposite order but only in windows... more »
|
Source: DaniWeb IT Discussion Community - 
|
How to copy Checked items from first listview to another listview? - 13-4-2011 17:33:40 How to copy Checked items from first listview to another listview?
i got problem with that, i made at the first listview Check boxes to every item
and i want when i will click a button all the checked items will be copy (not move) to the other listView.
it will be great if you would help me... more »
|
Source: DaniWeb IT Discussion Community - 
|
Better ListView 1.50 (Demo) - 15-2-2011 15:49:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 1.52 (Demo) - 30-3-2011 22:22:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.2.0 (Shareware) - 11-11-2011 8:23:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.4.1 (Shareware) - 31-12-2011 20:29:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.4.0 (Shareware) - 29-12-2011 5:29:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 1.40 (Demo) - 3-1-2011 10:32:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.4.3 (Shareware) - 16-1-2012 3:50:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.5.1 (Shareware) - 20-1-2012 23:09:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.3.3 (Shareware) - 3-12-2011 20:44:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 1.51 (Demo) - 8-3-2011 12:02:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
Better ListView 2.4.2 (Shareware) - 7-1-2012 16:47:01 ListView replacement control for .NET, alternative ListView component more »
|
Source: Softpedia - Windows - All - 
|
How to use databind in listview in asp.net 3.5? - 9-3-2011 8:01:11 (Toggle Plain Text) ListView listView1 = new ListView();
DataTable dataTable = new DataTable();
... more »
|
Source: DaniWeb IT Discussion Community - 
|
Populating ListView in WPF Programmatically - 23-11-2011 9:10:25 I have started the familiarize myself with WPF and have gotten stuck with the ListView
I've read a lot of documentation about binding and I can't seem to find how to populate a ListView programmatically. It seems like a lot of work to create the binding and classes, etc, just to fill a ListView.... more »
|
Source: DaniWeb IT Discussion Community - 
|
Automatic ListView Grouping - 30-6-2011 10:40:38 Lets say you have lots of data your listview. Now you want to Group This data According to a Perticular Subitems.
For Example:
Suppose i have some books data in my ListView.
this listview items contains Author name and Books Title.
And there are 2000 Books in list view.
Now i want to... more »
|
Source: DaniWeb IT Discussion Community - 
|
Automatic ListView Grouping - 30-6-2011 10:36:29 Lets say you have lots of data your listview. Now you want to Group This data According to a Perticular Subitems.
For Example:
Suppose i have some books data in my ListView.
this listview items contains Author name and Books Title.
And there are 2000 Books in list view.
Now i want to... more »
|
Source: DaniWeb IT Discussion Community - 
|
How to delete item in ListView and TreeView - 31-10-2011 16:02:10 Hello Everybody !!!
I have a problem about TreeView and ListView.
I have a form to manage student. When I add, the data appear on ListView and TreeView at the same time and the same data. Everything works perfectly.
But one proble about Delete button. I choose the line from the ListView... more »
|
Source: DaniWeb IT Discussion Community - 
|
listview please help - 26-1-2011 9:35:12 ahmm, please help me. I want to update the items in listview when my form loads up.
this is my code for the listview. It actually displays the data on the database but when
i add another data it wont appear on the listview.
please help me guys. I'll appreciate it much.
im using vb.net 2005
... more »
|
Source: DaniWeb IT Discussion Community - 
|