Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
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 
Questiongrid view Pin
Member 59031015-Sep-09 21:09
Member 59031015-Sep-09 21:09 
AnswerRe: grid view Pin
Christian Graus15-Sep-09 21:19
protectorChristian Graus15-Sep-09 21:19 
QuestionService not running for Impersonated user with CreateProcessAsUser [C#] Pin
Shaitan0015-Sep-09 20:28
Shaitan0015-Sep-09 20:28 
AnswerRe: Service not running for Impersonated user with CreateProcessAsUser [C#] Pin
Shaitan0016-Sep-09 4:31
Shaitan0016-Sep-09 4:31 
QuestionFlowLayoutPanel SizeChanged event Pin
wILDFriCK15-Sep-09 20:24
wILDFriCK15-Sep-09 20: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.