Click here to Skip to main content
15,889,867 members
Home / Discussions / C#
   

C#

 
GeneralRe: system.web.mail question Pin
Leon van Wyk10-Apr-03 2:09
professionalLeon van Wyk10-Apr-03 2:09 
GeneralFormating the xml-output from a DataSet Pin
Knappen8-Apr-03 5:33
Knappen8-Apr-03 5:33 
GeneralRe: Formating the xml-output from a DataSet Pin
Le centriste8-Apr-03 6:11
Le centriste8-Apr-03 6:11 
GeneralRe: Formating the xml-output from a DataSet Pin
Bruce Duncan9-Apr-03 1:19
Bruce Duncan9-Apr-03 1:19 
GeneralRe: Formating the xml-output from a DataSet Pin
Knappen9-Apr-03 3:36
Knappen9-Apr-03 3:36 
GeneralListBox and DataSource Pin
mkomasi8-Apr-03 4:52
mkomasi8-Apr-03 4:52 
GeneralRe: ListBox and DataSource Pin
Chris Jobson8-Apr-03 8:24
Chris Jobson8-Apr-03 8:24 
GeneralRe: ListBox and DataSource Pin
mkomasi8-Apr-03 19:12
mkomasi8-Apr-03 19:12 
Thanks Chris.
I think I didn't write the problem clearly. I tell you it again.

I write below method to remove an item from ListBoxA and add it to ListBoxB:
<br />
void TransferItem()<br />
{<br />
	object SelectedObject = ListBoxA.SelectedItem;<br />
	((ArrayList)ListBoxA.DataSource).Remove(SelectedObject);<br />
	((ArrayList)ListBoxB.DataSource).Add(SelectedObject);<br />
}<br />

By this method the DataSource of ListBoxA and ListBoxB has been changed, but no changes will be appear in ListBoxA.Items and ListBoxB.Items .
I couldn't change the Items directly because of using DataSource for ListBoxes.
Can you help me please.

Mehdi
GeneralRe: ListBox and DataSource Pin
Chris Jobson9-Apr-03 8:03
Chris Jobson9-Apr-03 8:03 
GeneralAdding a progressbar to a statusbar Pin
monrobot138-Apr-03 4:50
monrobot138-Apr-03 4:50 
GeneralRe: Adding a progressbar to a statusbar Pin
Chris Austin8-Apr-03 5:37
Chris Austin8-Apr-03 5:37 
GeneralRe: Adding a progressbar to a statusbar Pin
monrobot138-Apr-03 6:42
monrobot138-Apr-03 6:42 
GeneralRe: Adding a progressbar to a statusbar Pin
Thomas Freudenberg8-Apr-03 13:55
Thomas Freudenberg8-Apr-03 13:55 
GeneralRe: Adding a progressbar to a statusbar Pin
Thomas Freudenberg8-Apr-03 13:58
Thomas Freudenberg8-Apr-03 13:58 
QuestionGetLocaleInfo for .NET? Pin
Alvaro Mendez8-Apr-03 4:46
Alvaro Mendez8-Apr-03 4:46 
AnswerRe: GetLocaleInfo for .NET? Pin
Chris Jobson8-Apr-03 8:33
Chris Jobson8-Apr-03 8:33 
GeneralRe: GetLocaleInfo for .NET? Pin
Alvaro Mendez8-Apr-03 9:15
Alvaro Mendez8-Apr-03 9:15 
GeneralCustomize a Column Header of a Windows Form DataGrid Pin
mcolucci8-Apr-03 4:35
mcolucci8-Apr-03 4:35 
GeneralDataBase > Need the Amount of records in a database Pin
Leon van Wyk8-Apr-03 3:20
professionalLeon van Wyk8-Apr-03 3:20 
GeneralRe: DataBase > Need the Amount of records in a database Pin
Catherder8-Apr-03 4:02
Catherder8-Apr-03 4:02 
GeneralJ# Not C# Pin
oggychristie8-Apr-03 2:16
oggychristie8-Apr-03 2:16 
GeneralRe: J# Not C# Pin
Katalyst8-Apr-03 5:31
Katalyst8-Apr-03 5:31 
GeneralMirroring Explorer Functionality Pin
MrEyes8-Apr-03 1:24
MrEyes8-Apr-03 1:24 
GeneralRe: Mirroring Explorer Functionality Pin
MrEyes8-Apr-03 6:13
MrEyes8-Apr-03 6:13 
GeneralRe: Mirroring Explorer Functionality Pin
MrEyes8-Apr-03 23:58
MrEyes8-Apr-03 23:58 

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.