Click here to Skip to main content
15,920,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: quick tcp question Pin
pokabot13-Feb-08 9:20
pokabot13-Feb-08 9:20 
GeneralRe: quick tcp question [modified] Pin
engsrini13-Feb-08 15:51
engsrini13-Feb-08 15:51 
General[Message Deleted] Pin
chithra.r13-Feb-08 0:27
chithra.r13-Feb-08 0:27 
GeneralWrong forum? Pin
Mircea Puiu13-Feb-08 0:39
Mircea Puiu13-Feb-08 0:39 
GeneralI have some simple problem with dataset Pin
seta_yas13-Feb-08 0:22
seta_yas13-Feb-08 0:22 
GeneralRe: I have some simple problem with dataset Pin
Mircea Puiu13-Feb-08 0:41
Mircea Puiu13-Feb-08 0:41 
GeneralRe: I have some simple problem with dataset Pin
seta_yas17-Feb-08 17:59
seta_yas17-Feb-08 17:59 
GeneralQuestion on FastListView. Pin
vinutha kempanna13-Feb-08 0:15
vinutha kempanna13-Feb-08 0:15 
Hi,

In my appplication i have requirement to use two ListViews :-lvAvailList (has the Available Items) and lvSelList (has the selected items),the View of ListViews is set to Details and the ListViews has two columns.

In my form i have a listbox,the multiselection property of the listbox is set to true.

say the listbox is populated with items :For example
1.Fruits
2.Vegetables
3. Books

When ever the user changes selection on the listbox,the lvAvailList has to be populated with coresponding items.
For Exmple:
If Fruits and Vegetables are selected in the ListBox,then the lvAvailList has to be populated with items

Col1(Type) Col2(Sub Type)

Fruits Apple
Fruits Grapes
Fruits Banana
Vegetables Potato
Vegetables Onion

Now if the user selects Fruits and Books in the ListBox,then the lvAvailList has to be populated with items

Col1(Type) Col2(Sub Type)

Fruits Apple
Fruits Grapes
Fruits Banana
Books C
Books C++

While adding items to the lvAvailList , we need to check if the items is already in the lvSelList (user can select an item in lvAvailList and move it to the lvSelList), if so item should not be added to the lvAvailList.

Since with the ListView the loading was slow and huge number of records have to be populated in ListViews (in actual senario up to 64k),i tried using the FastListView and the result great increase in performance !!!.Thanks for such a nice control.

1.Is using the FastListView appropriate in this case??

2.If using the FastListView is appropriate,how can i sort the items in the FastListView columns by the item Tag.

Thanks and Regards
Vinutha

Vinutha
QuestionHOW TO SEND RESULT OF AN ASYNCHRONOUSLY CALLED WEBMETHOD TO A WEBFORM AFTER RENDERING THE WEBFORM? Pin
syamooo13-Feb-08 0:12
syamooo13-Feb-08 0:12 
GeneralRe: HOW TO SEND RESULT OF AN ASYNCHRONOUSLY CALLED WEBMETHOD TO A WEBFORM AFTER RENDERING THE WEBFORM? Pin
Mircea Puiu13-Feb-08 0:47
Mircea Puiu13-Feb-08 0:47 
GeneralOnPaint ClipRectangle is whole control when resizing Pin
Rob Philpott13-Feb-08 0:05
Rob Philpott13-Feb-08 0:05 
GeneralRe: OnPaint ClipRectangle is whole control when resizing Pin
Mircea Puiu13-Feb-08 0:37
Mircea Puiu13-Feb-08 0:37 
GeneralRe: OnPaint ClipRectangle is whole control when resizing Pin
Rob Philpott13-Feb-08 0:41
Rob Philpott13-Feb-08 0:41 
GeneralRe: OnPaint ClipRectangle is whole control when resizing Pin
Mircea Puiu13-Feb-08 0:52
Mircea Puiu13-Feb-08 0:52 
QuestionVLC Pin
Smithakrishnan12-Feb-08 21:17
Smithakrishnan12-Feb-08 21:17 
GeneralCNG Components for windows XP Pin
Abhijit Jana12-Feb-08 21:15
professionalAbhijit Jana12-Feb-08 21:15 
Generalconvert 24bppRgb to 8bppIndexed in c#. Pin
Abdul Rahman Hamidy12-Feb-08 20:49
Abdul Rahman Hamidy12-Feb-08 20:49 
GeneralRe: convert 24bppRgb to 8bppIndexed in c#. Pin
Ed.Poore12-Feb-08 21:45
Ed.Poore12-Feb-08 21:45 
GeneralRe: convert 24bppRgb to 8bppIndexed in c#. Pin
Abdul Rahman Hamidy12-Feb-08 22:04
Abdul Rahman Hamidy12-Feb-08 22:04 
GeneralRe: convert 24bppRgb to 8bppIndexed in c#. Pin
Martin#12-Feb-08 22:00
Martin#12-Feb-08 22:00 
GeneralRe: convert 24bppRgb to 8bppIndexed in c#. Pin
Abdul Rahman Hamidy12-Feb-08 22:18
Abdul Rahman Hamidy12-Feb-08 22:18 
GeneralRe: convert 24bppRgb to 8bppIndexed in c#. Pin
Martin#12-Feb-08 22:20
Martin#12-Feb-08 22:20 
GeneralOT Pin
Vikram A Punathambekar13-Feb-08 1:30
Vikram A Punathambekar13-Feb-08 1:30 
GeneralRe: OT Pin
Martin#13-Feb-08 4:24
Martin#13-Feb-08 4:24 
QuestionHow to get German charators Pin
Jamman12-Feb-08 20:42
Jamman12-Feb-08 20:42 

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.