Click here to Skip to main content
15,904,346 members
Home / Discussions / C#
   

C#

 
AnswerRe: Count Decimals Pin
Sean Michael Murphy12-Sep-07 7:33
Sean Michael Murphy12-Sep-07 7:33 
AnswerRe: Count Decimals Pin
PIEBALDconsult12-Sep-07 7:57
mvePIEBALDconsult12-Sep-07 7:57 
GeneralRe: Count Decimals Pin
keyboard warrior12-Sep-07 8:04
keyboard warrior12-Sep-07 8:04 
GeneralRe: Count Decimals Pin
PIEBALDconsult12-Sep-07 8:22
mvePIEBALDconsult12-Sep-07 8:22 
AnswerRe: Count Decimals Pin
Guffa12-Sep-07 8:11
Guffa12-Sep-07 8:11 
QuestionAsp,net Input Matrix like Structure Pin
sanchit_mum0712-Sep-07 4:51
sanchit_mum0712-Sep-07 4:51 
AnswerRe: Asp,net Input Matrix like Structure Pin
Judah Gabriel Himango12-Sep-07 6:14
sponsorJudah Gabriel Himango12-Sep-07 6:14 
Questiondatagridview cell empty or not ? Pin
cmpeng3412-Sep-07 4:23
cmpeng3412-Sep-07 4:23 
AnswerRe: datagridview cell empty or not ? Pin
Judah Gabriel Himango12-Sep-07 6:13
sponsorJudah Gabriel Himango12-Sep-07 6:13 
AnswerRe: datagridview cell empty or not ? Pin
Paras Kaneriya12-Sep-07 21:07
Paras Kaneriya12-Sep-07 21:07 
Questiondrag/drop help.. Pin
Dio2212-Sep-07 3:37
Dio2212-Sep-07 3:37 
AnswerRe: drag/drop help.. Pin
Judah Gabriel Himango12-Sep-07 6:12
sponsorJudah Gabriel Himango12-Sep-07 6:12 
Questionwhat i want is ! Pin
prasadbuddhika12-Sep-07 3:08
prasadbuddhika12-Sep-07 3:08 
AnswerRe: what i want is ! Pin
Colin Angus Mackay12-Sep-07 3:24
Colin Angus Mackay12-Sep-07 3:24 
AnswerRe: what i want is ! Pin
PIEBALDconsult12-Sep-07 8:03
mvePIEBALDconsult12-Sep-07 8:03 
QuestionSDLC Question Pin
Strategon12-Sep-07 2:49
Strategon12-Sep-07 2:49 
AnswerRe: SDLC Question Pin
led mike12-Sep-07 4:50
led mike12-Sep-07 4:50 
GeneralRe: SDLC Question Pin
Strategon12-Sep-07 4:56
Strategon12-Sep-07 4:56 
GeneralRe: SDLC Question Pin
led mike12-Sep-07 5:17
led mike12-Sep-07 5:17 
AnswerRe: SDLC Question Pin
Scott Dorman12-Sep-07 8:14
professionalScott Dorman12-Sep-07 8:14 
Questionstill having problems with log to sql server using sql server login Pin
prasadbuddhika12-Sep-07 2:33
prasadbuddhika12-Sep-07 2:33 
AnswerRe: still having problems with log to sql server using sql server login Pin
led mike12-Sep-07 4:55
led mike12-Sep-07 4:55 
QuestionSYNTAX PROBLEM -----PLS HELP ME Pin
Nishad8512-Sep-07 1:33
Nishad8512-Sep-07 1:33 
Hi,
i am working in windows application of C#
i am using hash table.
i want to add data to hash table from datatable named DTSchool. I have a school name in combobox. when iselect school in combo it takes the curresponding SchoolID from the datatable
i want to know how to write code for that. i wrote like this




List.Add(SchoolDT.Rows[cboSchool.SelectedIndex]["SchoolID"],cboSchool.Text.ToString());
.But it is not taking value from datatable.Please help me regarding this problem?
AnswerRe: SYNTAX PROBLEM -----PLS HELP ME Pin
Colin Angus Mackay12-Sep-07 1:59
Colin Angus Mackay12-Sep-07 1:59 
AnswerRe: SYNTAX PROBLEM -----PLS HELP ME Pin
Mark Swaanenburg12-Sep-07 2:03
Mark Swaanenburg12-Sep-07 2:03 

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.