Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# share data between project files Pin
RobCroll9-Sep-12 13:55
RobCroll9-Sep-12 13:55 
GeneralRe: C# share data between project files Pin
classy_dog9-Sep-12 16:43
classy_dog9-Sep-12 16:43 
GeneralRe: C# share data between project files Pin
RobCroll11-Sep-12 23:25
RobCroll11-Sep-12 23:25 
QuestionDataTable - Inserting columns Pin
Bart9-Sep-12 10:02
Bart9-Sep-12 10:02 
AnswerRe: DataTable - Inserting columns Pin
Mycroft Holmes9-Sep-12 14:36
professionalMycroft Holmes9-Sep-12 14:36 
GeneralRe: DataTable - Inserting columns Pin
Bart9-Sep-12 23:04
Bart9-Sep-12 23:04 
GeneralRe: DataTable - Inserting columns Pin
Mycroft Holmes9-Sep-12 23:11
professionalMycroft Holmes9-Sep-12 23:11 
AnswerRe: DataTable - Inserting columns Pin
Eddy Vluggen9-Sep-12 23:18
professionalEddy Vluggen9-Sep-12 23:18 
GeneralRe: DataTable - Inserting columns Pin
Bart9-Sep-12 23:29
Bart9-Sep-12 23:29 
GeneralRe: DataTable - Inserting columns Pin
Eddy Vluggen9-Sep-12 23:40
professionalEddy Vluggen9-Sep-12 23:40 
GeneralRe: DataTable - Inserting columns Pin
Bart9-Sep-12 23:44
Bart9-Sep-12 23:44 
GeneralRe: DataTable - Inserting columns Pin
Eddy Vluggen10-Sep-12 0:07
professionalEddy Vluggen10-Sep-12 0:07 
GeneralRe: DataTable - Inserting columns Pin
Bart10-Sep-12 0:43
Bart10-Sep-12 0:43 
AnswerRe: DataTable - Inserting columns Pin
Bart10-Sep-12 0:42
Bart10-Sep-12 0:42 
GeneralRe: DataTable - Inserting columns Pin
Eddy Vluggen10-Sep-12 1:27
professionalEddy Vluggen10-Sep-12 1:27 
QuestionAutomatic login + getting cookie information Pin
alikalik9-Sep-12 7:32
alikalik9-Sep-12 7:32 
AnswerRe: Automatic login + getting cookie information Pin
Mycroft Holmes9-Sep-12 14:40
professionalMycroft Holmes9-Sep-12 14:40 
QuestionC# Validation Pin
rmorton9-Sep-12 5:37
rmorton9-Sep-12 5:37 
QuestionProgram Working Very Slow Pin
mohammadkaab9-Sep-12 4:54
mohammadkaab9-Sep-12 4:54 
AnswerRe: Program Working Very Slow Pin
Eddy Vluggen9-Sep-12 5:41
professionalEddy Vluggen9-Sep-12 5:41 
GeneralRe: Program Working Very Slow Pin
mohammadkaab9-Sep-12 6:33
mohammadkaab9-Sep-12 6:33 
Questionremove items from Listbox Pin
scottichrosaviakosmos9-Sep-12 4:38
scottichrosaviakosmos9-Sep-12 4:38 
I have 2 listboxs. 1st one is data bound and secound one is populated by selecting 1st.
eg:
listbox1
jenny
rock
when i click listbox 1 items it also appear in listbox2. now when i click listbox1 item 2 things happen:
1. listbox2 populates with same item selected in listbox1.
2. a textbox which gets valueid from listbox1 item select.

So now, when i try to remove item from listbox2 then itm should be removed from the list and the valueid in textbox related to the item should also be removed.

I have tried o do this by selecteditem property of listbox but it didn't work. since listbox1 is data bound but listbox2 is not.
AnswerRe: remove items from Listbox Pin
Eddy Vluggen9-Sep-12 5:39
professionalEddy Vluggen9-Sep-12 5:39 
GeneralRe: remove items from Listbox Pin
scottichrosaviakosmos9-Sep-12 5:55
scottichrosaviakosmos9-Sep-12 5:55 
GeneralRe: remove items from Listbox Pin
Eddy Vluggen9-Sep-12 5:57
professionalEddy Vluggen9-Sep-12 5:57 

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.