Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sending Faxes Pin
Majid Shahabfar26-Aug-04 1:45
Majid Shahabfar26-Aug-04 1:45 
Generalpostion of text in label and text in textbox is not same Pin
arbrsoft25-Aug-04 21:35
arbrsoft25-Aug-04 21:35 
GeneralRe: postion of text in label and text in textbox is not same Pin
Steve Maier26-Aug-04 7:22
professionalSteve Maier26-Aug-04 7:22 
GeneralRe: postion of text in label and text in textbox is not same Pin
Heath Stewart26-Aug-04 8:04
protectorHeath Stewart26-Aug-04 8:04 
GeneralVirtual Listview Pin
Member 123021825-Aug-04 20:03
Member 123021825-Aug-04 20:03 
GeneralRe: Virtual Listview Pin
Dave Kreskowiak26-Aug-04 3:12
mveDave Kreskowiak26-Aug-04 3:12 
GeneralRe: Virtual Listview Pin
Heath Stewart26-Aug-04 7:47
protectorHeath Stewart26-Aug-04 7:47 
GeneralRe: Virtual Listview Pin
Heath Stewart26-Aug-04 7:55
protectorHeath Stewart26-Aug-04 7:55 
You might try searching google for virtual ListViews. IIRC, there might be one or two mentioned here on CodeProject.

As far as binding DataSets (and keep in mind that bindable controls in the .NET BCL actually bind against IList and/or IListSource, not just DataSets), there's really isn't any support for this in the .NET BCL. You must add this yourself. How complex you make it is a question that you must asked based on your requirements. I've done simple one-way "binding", but it's not true binding.

The ListView in .NET 2.0 will contain support for virtual lists (among other things) and, IIRC, support for data-binding, although you might find a better alternative based on your requirements from GridView.

You can find more information about these components on http://lab.msdn.microsoft.com/library[^] and from various articles you can find on http://msdn.microsoft.com[^].

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralChange the color of Listview Cell Pin
vjay_rk25-Aug-04 19:57
sussvjay_rk25-Aug-04 19:57 
GeneralRe: Change the color of Listview Cell Pin
David Salter25-Aug-04 22:30
David Salter25-Aug-04 22:30 
GeneralProbelm with crystal reports Pin
Miroblue0525-Aug-04 16:20
Miroblue0525-Aug-04 16:20 
GeneralRe: Probelm with crystal reports Pin
Michael P Butler26-Aug-04 1:16
Michael P Butler26-Aug-04 1:16 
GeneralVisual studio.net Vs C#.Net Pin
ppp00125-Aug-04 16:16
ppp00125-Aug-04 16:16 
GeneralRe: Visual studio.net Vs C#.Net Pin
S Sansanwal25-Aug-04 16:20
S Sansanwal25-Aug-04 16:20 
GeneralKilling an existing process Pin
Peter Vertes25-Aug-04 12:16
Peter Vertes25-Aug-04 12:16 
GeneralRe: Killing an existing process Pin
Heath Stewart25-Aug-04 12:23
protectorHeath Stewart25-Aug-04 12:23 
GeneralRe: Killing an existing process Pin
S Sansanwal25-Aug-04 13:26
S Sansanwal25-Aug-04 13:26 
GeneralRe: Killing an existing process [clickety] Pin
Colin Angus Mackay25-Aug-04 22:37
Colin Angus Mackay25-Aug-04 22:37 
GeneralRe: Killing an existing process [clickety] Pin
Dave Kreskowiak26-Aug-04 3:11
mveDave Kreskowiak26-Aug-04 3:11 
GeneralMulti Threaded WS calls hang Pin
Stephan Meyn25-Aug-04 11:42
Stephan Meyn25-Aug-04 11:42 
GeneralRe: Multi Threaded WS calls hang Pin
Anonymous25-Aug-04 12:00
Anonymous25-Aug-04 12:00 
GeneralRe: Multi Threaded WS calls hang Pin
Heath Stewart25-Aug-04 13:05
protectorHeath Stewart25-Aug-04 13:05 
GeneralRe: Multi Threaded WS calls hang Pin
Stephan Meyn25-Aug-04 23:42
Stephan Meyn25-Aug-04 23:42 
GeneralRe: Multi Threaded WS calls hang Pin
Dave Kreskowiak26-Aug-04 3:09
mveDave Kreskowiak26-Aug-04 3:09 
GeneralRe: Multi Threaded WS calls hang Pin
Heath Stewart26-Aug-04 7:10
protectorHeath Stewart26-Aug-04 7:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.