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

C#

 
GeneralSNMP Pin
palwhatsup18-Jul-05 12:13
palwhatsup18-Jul-05 12:13 
GeneralRe: SNMP Pin
leppie19-Jul-05 0:32
leppie19-Jul-05 0:32 
QuestiondeSerialization is slow why? Pin
erdsah8818-Jul-05 11:48
erdsah8818-Jul-05 11:48 
AnswerRe: deSerialization is slow why? Pin
Robert Rohde18-Jul-05 18:42
Robert Rohde18-Jul-05 18:42 
AnswerRe: deSerialization is slow why? Pin
leppie19-Jul-05 0:40
leppie19-Jul-05 0:40 
GeneralTwain return bitmap Pin
baskota18-Jul-05 9:53
baskota18-Jul-05 9:53 
GeneralRe: Twain return bitmap Pin
Judah Gabriel Himango18-Jul-05 10:38
sponsorJudah Gabriel Himango18-Jul-05 10:38 
Generalcombo box on a windows form Pin
sea#18-Jul-05 8:01
sea#18-Jul-05 8:01 
I'm trying to use a combo box on a windows form which will change its display on event of changing combo selection. This is the method I wrote:
private void SurveyChooserCombo_SelectedIndexChanged(object sender, EventArgs e)
		{
			DAL dal = new DAL();
			switch (SurveyChooserCombo.SelectedIndex)
			{
				case 0:
					SrNo = 1;
					break;
					
				case 1:
					SrNo = 2;
					break;

				case 2:
					SrNo = 3;
					break;
				default:
                   SrNo = 3;
					break;
			}

It doesn't do the job.
Please help me find why.


TIA,

sea#
GeneralRe: combo box on a windows form Pin
Judah Gabriel Himango18-Jul-05 8:57
sponsorJudah Gabriel Himango18-Jul-05 8:57 
GeneralRe: combo box on a windows form Pin
User 665818-Jul-05 8:59
User 665818-Jul-05 8:59 
GeneralRe: combo box on a windows form Pin
sea#18-Jul-05 9:30
sea#18-Jul-05 9:30 
GeneralRe: combo box on a windows form Pin
Jano Petras18-Jul-05 14:33
Jano Petras18-Jul-05 14:33 
GeneralRe: combo box on a windows form Pin
sea#18-Jul-05 20:14
sea#18-Jul-05 20:14 
GeneralRe: combo box on a windows form Pin
sea#18-Jul-05 22:06
sea#18-Jul-05 22:06 
GeneralRow in DataSet Pin
zaboboa18-Jul-05 7:29
zaboboa18-Jul-05 7:29 
GeneralRe: Row in DataSet Pin
Not Active18-Jul-05 7:54
mentorNot Active18-Jul-05 7:54 
GeneralRe: Row in DataSet Pin
zaboboa18-Jul-05 9:53
zaboboa18-Jul-05 9:53 
GeneralRe: Row in DataSet Pin
Dave Kreskowiak18-Jul-05 8:46
mveDave Kreskowiak18-Jul-05 8:46 
GeneralRe: Row in DataSet Pin
zaboboa18-Jul-05 9:55
zaboboa18-Jul-05 9:55 
GeneralCustom textbox with a unchangable text Pin
Razor_works18-Jul-05 7:26
sussRazor_works18-Jul-05 7:26 
GeneralRe: Custom textbox with a unchangable text Pin
Not Active18-Jul-05 7:56
mentorNot Active18-Jul-05 7:56 
GeneralRetrieving Printer Test Page Data Pin
Neomaya18-Jul-05 5:00
Neomaya18-Jul-05 5:00 
GeneralRe: Retrieving Printer Test Page Data Pin
Dave Kreskowiak18-Jul-05 7:10
mveDave Kreskowiak18-Jul-05 7:10 
GeneralRe: Retrieving Printer Test Page Data Pin
Neomaya18-Jul-05 7:47
Neomaya18-Jul-05 7:47 
GeneralRe: Retrieving Printer Test Page Data Pin
Dave Kreskowiak18-Jul-05 8:42
mveDave Kreskowiak18-Jul-05 8:42 

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.