Click here to Skip to main content
15,908,166 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# program deployment issue Pin
Christian Graus15-Sep-09 23:12
protectorChristian Graus15-Sep-09 23:12 
AnswerRe: C# program deployment issue Pin
musefan15-Sep-09 23:16
musefan15-Sep-09 23:16 
GeneralRe: C# program deployment issue Pin
spankyleo12315-Sep-09 23:28
spankyleo12315-Sep-09 23:28 
GeneralRe: C# program deployment issue Pin
musefan15-Sep-09 23:40
musefan15-Sep-09 23:40 
Questionhow to take the text of an item in a checkedlistbox Pin
billy dev15-Sep-09 22:00
billy dev15-Sep-09 22:00 
AnswerRe: how to take the text of an item in a checkedlistbox Pin
Christian Graus15-Sep-09 22:03
protectorChristian Graus15-Sep-09 22:03 
AnswerRe: how to take the text of an item in a checkedlistbox Pin
Abhishek Sur15-Sep-09 22:21
professionalAbhishek Sur15-Sep-09 22:21 
QuestionHow to log-on a windows xp user Pin
SummerBulb15-Sep-09 21:56
SummerBulb15-Sep-09 21:56 
AnswerRe: How to log-on a windows xp user Pin
Christian Graus15-Sep-09 22:00
protectorChristian Graus15-Sep-09 22:00 
AnswerRe: How to log-on a windows xp user Pin
musefan15-Sep-09 22:00
musefan15-Sep-09 22:00 
GeneralRe: How to log-on a windows xp user Pin
SummerBulb15-Sep-09 22:06
SummerBulb15-Sep-09 22:06 
AnswerRe: How to log-on a windows xp user Pin
SummerBulb15-Sep-09 22:45
SummerBulb15-Sep-09 22:45 
QuestionCascading combobox datatable bind and selected index changed event Pin
vidhyaravichandar15-Sep-09 21:23
vidhyaravichandar15-Sep-09 21:23 
Hi,

i have a form with 3 combobox which is bind to datatable
i use combobox.datasoure to bind to datatable
And on 1st combobox selectedvalue i need to send the cbo text to database and get another set of datas and populate 2nd cbo with datatable

So for this, if i use selectedindexchanged event it is fired so many times...
this event is fired when i bind the combobox to datatable using
combobox.datasource = datatable;


so after googling i use selection change committed event
this event is fired after user selection and before combobox dropdown closed....
and this event doesnt fire on datatable bind.

But my problem now is, in selectionChangeCommitted event, the combobox selectedvalue is currently selected value and the combobox.text is previously selected text , so i cudnt pass the combobox selected text to database to retreive the datatable...

cud anyone plz help me to resolve this issue?

thank u
AnswerRe: Cascading combobox datatable bind and selected index changed event Pin
Christian Graus15-Sep-09 21:28
protectorChristian Graus15-Sep-09 21:28 
GeneralRe: Cascading combobox datatable bind and selected index changed event Pin
vidhyaravichandar15-Sep-09 21:30
vidhyaravichandar15-Sep-09 21:30 
GeneralRe: Cascading combobox datatable bind and selected index changed event Pin
Christian Graus15-Sep-09 21:52
protectorChristian Graus15-Sep-09 21:52 
GeneralRe: Cascading combobox datatable bind and selected index changed event Pin
vidhyaravichandar15-Sep-09 22:00
vidhyaravichandar15-Sep-09 22:00 
GeneralRe: Cascading combobox datatable bind and selected index changed event Pin
Christian Graus15-Sep-09 22:12
protectorChristian Graus15-Sep-09 22:12 
GeneralRe: Cascading combobox datatable bind and selected index changed event Pin
vidhyaravichandar15-Sep-09 22:19
vidhyaravichandar15-Sep-09 22:19 
GeneralRe: Cascading combobox datatable bind and selected index changed event Pin
Christian Graus15-Sep-09 22:56
protectorChristian Graus15-Sep-09 22:56 
QuestionMore proxies in IE browser applications Pin
Member 441789215-Sep-09 21:13
Member 441789215-Sep-09 21:13 
QuestionNotify Icon Pin
Matthew Hazlett15-Sep-09 21:09
Matthew Hazlett15-Sep-09 21:09 
AnswerRe: Notify Icon Pin
Abhishek Sur15-Sep-09 22:31
professionalAbhishek Sur15-Sep-09 22:31 
GeneralRe: Notify Icon Pin
Matthew Hazlett16-Sep-09 5:53
Matthew Hazlett16-Sep-09 5:53 
GeneralRe: Notify Icon Pin
Matthew Hazlett16-Sep-09 6:24
Matthew Hazlett16-Sep-09 6:24 

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.