Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: why webBrowser1.Document is null Pin
Ravi Bhavnani7-Aug-10 9:38
professionalRavi Bhavnani7-Aug-10 9:38 
GeneralRe: why webBrowser1.Document is null Pin
yu-jian7-Aug-10 17:51
yu-jian7-Aug-10 17:51 
AnswerRe: why webBrowser1.Document is null [modified][Solved] Pin
Luc Pattyn8-Aug-10 1:32
sitebuilderLuc Pattyn8-Aug-10 1:32 
QuestionSplitting PDF Pin
Gjm6-Aug-10 15:51
Gjm6-Aug-10 15:51 
AnswerRe: Splitting PDF Pin
Abhinav S6-Aug-10 19:01
Abhinav S6-Aug-10 19:01 
AnswerRe: Splitting PDF Pin
dan!sh 6-Aug-10 20:01
professional dan!sh 6-Aug-10 20:01 
AnswerRe: Splitting PDF Pin
Ravi Bhavnani7-Aug-10 9:39
professionalRavi Bhavnani7-Aug-10 9:39 
Questionaccess db c# & TableAdapter problem Pin
mehdi00166-Aug-10 12:41
mehdi00166-Aug-10 12:41 
hi i have a problem with ms access db and c#(vs2005) that gonna kill me! Cry | :((
my db has few tables but with many fields, so i want to use wizards and databindings as i can.
i use dataset wizard to add my db into project, then drag tables on my forms.
problem begins with parent/child tables with autoincrement id field in parent table.(i set relation in dataset design view).
in my code at savebutton_click i use this code:
this.validate();
this.parentBindingSource.EndEdit();
this.childBindingSource.EndEdit();
this.parentTableAdapter.Update(this.ds.parent);
this.childTableAdapter.Update(this.ds.child);

but after this i have only one record at parent table and any user input data in child-bounded textboxes disappear!
i think i must update parent table first, then get last id(pk), finally update child table.
but how exactly? any working sample code, please? Confused | :confused:
everything i found on the web, was about using pure code and DataAdapter Not wizard,dataset and TableAdapter.(tableadapters does not have rowupdated event to trigger to get last inserted pk)...
so please help me before this problem kill me!!
AnswerRe: access db c# & TableAdapter problem Pin
PIEBALDconsult6-Aug-10 14:39
mvePIEBALDconsult6-Aug-10 14:39 
GeneralRe: access db c# & TableAdapter problem [modified] Pin
mehdi00167-Aug-10 0:33
mehdi00167-Aug-10 0:33 
QuestionHow to manager the secret key of RSAEncrypt Pin
jason_mf6-Aug-10 4:41
jason_mf6-Aug-10 4:41 
AnswerRe: How to manager the secret key of RSAEncrypt Pin
Richard MacCutchan6-Aug-10 4:47
mveRichard MacCutchan6-Aug-10 4:47 
AnswerRe: How to manager the secret key of RSAEncrypt Pin
Sauro Viti6-Aug-10 4:49
professionalSauro Viti6-Aug-10 4:49 
GeneralRe: How to manager the secret key of RSAEncrypt Pin
jason_mf6-Aug-10 20:06
jason_mf6-Aug-10 20:06 
GeneralRe: How to manager the secret key of RSAEncrypt Pin
Richard MacCutchan6-Aug-10 21:52
mveRichard MacCutchan6-Aug-10 21:52 
QuestionWPF media element play and pause Pin
Tichaona J6-Aug-10 4:03
Tichaona J6-Aug-10 4:03 
QuestionConnect and synch with an androide based device through USB Pin
annathor6-Aug-10 3:32
annathor6-Aug-10 3:32 
QuestionWebbrowser Control and item selection (IE developer tools like) - need help Pin
Marcelo Magri6-Aug-10 3:17
Marcelo Magri6-Aug-10 3:17 
AnswerRe: Webbrowser Control and item selection (IE developer tools like) - need help Pin
Ravi Bhavnani7-Aug-10 9:41
professionalRavi Bhavnani7-Aug-10 9:41 
GeneralRe: Webbrowser Control and item selection (IE developer tools like) - need help Pin
Marcelo Magri9-Aug-10 9:09
Marcelo Magri9-Aug-10 9:09 
Questionshowdialog box Pin
Tichaona J6-Aug-10 3:14
Tichaona J6-Aug-10 3:14 
AnswerRe: showdialog box Pin
kapax56-Aug-10 3:41
kapax56-Aug-10 3:41 
QuestionSending email in Asp.net Pin
arsendem6-Aug-10 2:32
arsendem6-Aug-10 2:32 
AnswerRe: Sending email in Asp.net Pin
Not Active6-Aug-10 2:36
mentorNot Active6-Aug-10 2:36 
GeneralRe: Sending email in Asp.net Pin
arsendem6-Aug-10 2:40
arsendem6-Aug-10 2:40 

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.