Click here to Skip to main content
15,914,327 members
Home / Discussions / C#
   

C#

 
QuestionWorking Behind Boxing/Unboxing Pin
mani_iips9-Jul-07 22:20
mani_iips9-Jul-07 22:20 
AnswerRe: Working Behind Boxing/Unboxing Pin
originSH9-Jul-07 22:37
originSH9-Jul-07 22:37 
AnswerRe: Working Behind Boxing/Unboxing Pin
Chintan.Desai10-Jul-07 2:33
Chintan.Desai10-Jul-07 2:33 
Questionhelp regarding comparing time... Pin
gayathri_it20059-Jul-07 21:57
gayathri_it20059-Jul-07 21:57 
AnswerRe: help regarding comparing time... Pin
originSH9-Jul-07 22:05
originSH9-Jul-07 22:05 
AnswerRe: help regarding comparing time... Pin
Luc Pattyn10-Jul-07 1:38
sitebuilderLuc Pattyn10-Jul-07 1:38 
QuestionProblem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 21:36
professionalRajesh R Subramanian9-Jul-07 21:36 
AnswerRe: Problem with SelectedIndexChanged method Pin
Muhammad Gouda9-Jul-07 21:49
Muhammad Gouda9-Jul-07 21:49 
brahmma wrote:
Am I handling the wrong event


Ofcourse, you are handling the right event.
All you need is a simple if statement block like this

if(comb.SelectedIndex !== currentSelection)
{
/// All your code goes here
/// Where currentSelection is a user defined variable which must be
/// member of your Form class
}

Does this help

Mohamed Gouda
Egypt

GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 21:53
professionalRajesh R Subramanian9-Jul-07 21:53 
GeneralRe: Problem with SelectedIndexChanged method Pin
Urs Enzler9-Jul-07 22:38
Urs Enzler9-Jul-07 22:38 
GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 23:34
professionalRajesh R Subramanian9-Jul-07 23:34 
QuestionRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 23:43
professionalRajesh R Subramanian9-Jul-07 23:43 
AnswerRe: Problem with SelectedIndexChanged method Pin
Muhammad Gouda10-Jul-07 0:45
Muhammad Gouda10-Jul-07 0:45 
GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian10-Jul-07 0:52
professionalRajesh R Subramanian10-Jul-07 0:52 
AnswerRe: Problem with SelectedIndexChanged method Pin
Martin#9-Jul-07 21:55
Martin#9-Jul-07 21:55 
GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 22:00
professionalRajesh R Subramanian9-Jul-07 22:00 
GeneralRe: Problem with SelectedIndexChanged method Pin
Martin#9-Jul-07 22:02
Martin#9-Jul-07 22:02 
GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 22:08
professionalRajesh R Subramanian9-Jul-07 22:08 
QuestionRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian9-Jul-07 23:45
professionalRajesh R Subramanian9-Jul-07 23:45 
AnswerRe: Problem with SelectedIndexChanged method Pin
Martin#9-Jul-07 23:56
Martin#9-Jul-07 23:56 
GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian10-Jul-07 0:00
professionalRajesh R Subramanian10-Jul-07 0:00 
GeneralRe: Problem with SelectedIndexChanged method Pin
Martin#10-Jul-07 0:19
Martin#10-Jul-07 0:19 
GeneralRe: Problem with SelectedIndexChanged method Pin
Muhammad Gouda10-Jul-07 0:51
Muhammad Gouda10-Jul-07 0:51 
GeneralRe: Problem with SelectedIndexChanged method Pin
Martin#10-Jul-07 1:13
Martin#10-Jul-07 1:13 
GeneralRe: Problem with SelectedIndexChanged method Pin
Rajesh R Subramanian10-Jul-07 0:51
professionalRajesh R Subramanian10-Jul-07 0:51 

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.