Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem Here how can i deal Pin
Luc Pattyn11-Jun-10 3:00
sitebuilderLuc Pattyn11-Jun-10 3:00 
AnswerRe: Problem Here how can i deal Pin
harold aptroot11-Jun-10 3:00
harold aptroot11-Jun-10 3:00 
GeneralRe: Problem Here how can i deal Pin
Luc Pattyn11-Jun-10 3:47
sitebuilderLuc Pattyn11-Jun-10 3:47 
AnswerRe: Problem Here how can i deal Pin
riced11-Jun-10 4:29
riced11-Jun-10 4:29 
GeneralRe: Problem Here how can i deal Pin
Eddy Vluggen11-Jun-10 5:10
professionalEddy Vluggen11-Jun-10 5:10 
GeneralRe: Problem Here how can i deal Pin
Luc Pattyn11-Jun-10 5:25
sitebuilderLuc Pattyn11-Jun-10 5:25 
AnswerRe: Problem Here how can i deal Pin
i.j.russell12-Jun-10 0:03
i.j.russell12-Jun-10 0:03 
QuestionCombobox problem Pin
Hum Dum10-Jun-10 23:02
Hum Dum10-Jun-10 23:02 
Hi all,
I am using combobox Selected Change committed event,
and want the text selected by selected by user.

But problem is it only gives me text which was previously selected.
Suppose there are items as A, B, C, D

Now if user selects A on cmbTables_SelectionChangeCommitted event

its giving blank,

if again user selects A then its giving A.

Its giving the value which was previously selected.

private void cmbTables_SelectionChangeCommitted(object sender, EventArgs e)
       {
           System.Diagnostics.Debug.WriteLine(cmbTables.Text);

       }


Why this?
Is there way to overcome this?

Also if some items are present, it show blank, user have to select 1st item from dropdown.
I know we can set that thru coding, but why can't it set by default to 1st item.

regards,
AnswerRe: Combobox problem Pin
ddecoy11-Jun-10 1:15
ddecoy11-Jun-10 1:15 
GeneralRe: Combobox problem Pin
Hum Dum11-Jun-10 1:58
Hum Dum11-Jun-10 1:58 
AnswerRe: Combobox problem Pin
Luc Pattyn11-Jun-10 1:21
sitebuilderLuc Pattyn11-Jun-10 1:21 
GeneralRe: Combobox problem Pin
ddecoy11-Jun-10 1:41
ddecoy11-Jun-10 1:41 
GeneralRe: Combobox problem Pin
Luc Pattyn11-Jun-10 1:59
sitebuilderLuc Pattyn11-Jun-10 1:59 
GeneralRe: Combobox problem Pin
Hum Dum11-Jun-10 2:27
Hum Dum11-Jun-10 2:27 
GeneralRe: Combobox problem [modified] Pin
Luc Pattyn11-Jun-10 2:45
sitebuilderLuc Pattyn11-Jun-10 2:45 
GeneralRe: Combobox problem Pin
Hum Dum13-Jun-10 17:41
Hum Dum13-Jun-10 17:41 
GeneralRe: Combobox problem Pin
Luc Pattyn13-Jun-10 18:05
sitebuilderLuc Pattyn13-Jun-10 18:05 
QuestionDisconnect SSL connection after user has logout Pin
tiffanygct10-Jun-10 22:20
tiffanygct10-Jun-10 22:20 
QuestionHow do I find the BITMAPINFOHEADER of a image Pin
TimSWatson10-Jun-10 21:49
TimSWatson10-Jun-10 21:49 
AnswerRe: How do I find the BITMAPINFOHEADER of a image Pin
Henry Minute11-Jun-10 6:11
Henry Minute11-Jun-10 6:11 
GeneralRe: How do I find the BITMAPINFOHEADER of a image Pin
TimSWatson13-Jun-10 21:51
TimSWatson13-Jun-10 21:51 
GeneralRe: How do I find the BITMAPINFOHEADER of a image Pin
Henry Minute14-Jun-10 1:16
Henry Minute14-Jun-10 1:16 
QuestionRandomize from array Pin
Socheat.Net10-Jun-10 21:00
Socheat.Net10-Jun-10 21:00 
AnswerRe: Randomize from array Pin
OriginalGriff10-Jun-10 21:46
mveOriginalGriff10-Jun-10 21:46 
GeneralRe: Randomize from array Pin
Socheat.Net10-Jun-10 22:13
Socheat.Net10-Jun-10 22:13 

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.