Click here to Skip to main content
15,917,940 members
Home / Discussions / C#
   

C#

 
AnswerRe: Find TreeNode in TreeView Pin
stancrm10-Aug-06 0:26
stancrm10-Aug-06 0:26 
QuestionWrite a command to modem Pin
mehrdadc489-Aug-06 23:01
mehrdadc489-Aug-06 23:01 
AnswerRe: Write a command to modem Pin
stancrm9-Aug-06 23:29
stancrm9-Aug-06 23:29 
QuestionVisual studio 2005 Pin
Sri harini9-Aug-06 22:50
Sri harini9-Aug-06 22:50 
AnswerRe: Visual studio 2005 Pin
eggsovereasy10-Aug-06 3:33
eggsovereasy10-Aug-06 3:33 
QuestionNUnit Exception: System.nullReferenceException Pin
Muhammad Chitrali9-Aug-06 22:32
Muhammad Chitrali9-Aug-06 22:32 
QuestionThank you Pin
minniemooo9-Aug-06 22:07
minniemooo9-Aug-06 22:07 
QuestionForeignKeyConstrait Pin
pirogramci9-Aug-06 22:05
pirogramci9-Aug-06 22:05 
Hello. I have 2 table. I wrote below codes but after delete command parent row have been deleted but chid rows haven't been deleted from "B" table. Is there any wrong thing for relation or delete automation?
Thanks a lot.

fkc = new ForeignKeyConstraint("FKC", ds.Tables["A"].Columns["A2"], ds.Tables["B"].Columns["B2"]);
ds.Tables["B"].Constraints.Add(fkc);
fkc.AcceptRejectRule = AcceptRejectRule.None;
fkc.DeleteRule = Rule.Cascade;
fkc.UpdateRule = Rule.Cascade;
ds.EnforceConstraints = true;
ds.Relations.Add("REL", ds.Tables["A"].Columns["A2"], ds.Tables["B"].Columns["B2"]);
QuestionInsert Query in SQlite Pin
aruna_koride9-Aug-06 21:51
aruna_koride9-Aug-06 21:51 
AnswerRe: Insert Query in SQlite Pin
pirogramci9-Aug-06 22:10
pirogramci9-Aug-06 22:10 
QuestionBitmap Color Space Conversion from RGB to CIE L*a*b Pin
Ibrah M9-Aug-06 21:37
Ibrah M9-Aug-06 21:37 
Questioncurious: combo loading speed Pin
V.9-Aug-06 21:19
professionalV.9-Aug-06 21:19 
AnswerRe: curious: combo loading speed Pin
Eric Dahlvang10-Aug-06 3:12
Eric Dahlvang10-Aug-06 3:12 
GeneralRe: curious: combo loading speed Pin
V.10-Aug-06 3:19
professionalV.10-Aug-06 3:19 
GeneralRe: curious: combo loading speed Pin
Eric Dahlvang10-Aug-06 4:50
Eric Dahlvang10-Aug-06 4:50 
GeneralRe: curious: combo loading speed Pin
V.10-Aug-06 20:37
professionalV.10-Aug-06 20:37 
AnswerRe: curious: combo loading speed Pin
Ennis Ray Lynch, Jr.10-Aug-06 4:16
Ennis Ray Lynch, Jr.10-Aug-06 4:16 
QuestionJPOS .net port Pin
Tiger4569-Aug-06 20:32
Tiger4569-Aug-06 20:32 
QuestionModem Pin
mehrdadc489-Aug-06 20:27
mehrdadc489-Aug-06 20:27 
AnswerRe: Modem Pin
stancrm9-Aug-06 22:16
stancrm9-Aug-06 22:16 
Question.GRF - Source Code/References Pin
AesopTurtle9-Aug-06 20:12
AesopTurtle9-Aug-06 20:12 
QuestionProblem in Transfer the data from one page to another page.... Pin
Prabs frm PGP9-Aug-06 20:04
Prabs frm PGP9-Aug-06 20:04 
QuestionDownloading FTP Folder Pin
napster_ghb9-Aug-06 19:53
napster_ghb9-Aug-06 19:53 
QuestionDrag & Drop & Timer problem Pin
Super Lloyd9-Aug-06 19:14
Super Lloyd9-Aug-06 19:14 
QuestionMS Word Automation Pin
tmoney1019-Aug-06 18:55
tmoney1019-Aug-06 18:55 

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.