Click here to Skip to main content
15,915,840 members
Home / Discussions / C#
   

C#

 
AnswerRe: Requesting for help in coding Pin
Rajesh R Subramanian17-Aug-09 6:44
professionalRajesh R Subramanian17-Aug-09 6:44 
JokeRe: Requesting for help in coding Pin
PIEBALDconsult17-Aug-09 7:01
mvePIEBALDconsult17-Aug-09 7:01 
AnswerRe: Requesting for help in coding Pin
dan!sh 17-Aug-09 7:15
professional dan!sh 17-Aug-09 7:15 
QuestionProblems with embedding images in system.net.mail.mailmessage Pin
livez17-Aug-09 4:19
livez17-Aug-09 4:19 
AnswerRe: Problems with embedding images in system.net.mail.mailmessage Pin
mustang8617-Aug-09 6:36
mustang8617-Aug-09 6:36 
GeneralRe: Problems with embedding images in system.net.mail.mailmessage [modified] Pin
livez17-Aug-09 21:58
livez17-Aug-09 21:58 
GeneralRe: Problems with embedding images in system.net.mail.mailmessage Pin
mustang8618-Aug-09 5:37
mustang8618-Aug-09 5:37 
QuestionRemove a Row of Data From Table of Database Pin
whenisyesterday17-Aug-09 3:39
whenisyesterday17-Aug-09 3:39 
try
{
    this.bioSecureDataSet.Login.Rows.Remove(loginrow);
    this.loginTableAdapter.Update(this.bioSecureDataSet.Login);
    this.bioSecureDataSet.Employee.Rows.Remove(employeerow);
    this.employeeTableAdapter.Update(this.bioSecureDataSet.Employee);
}
catch (OleDbException)
{
    MessageBox.Show("Database Error");
    return;
}



I have a form which enables me to scroll and view through each individual staff's particulars. then i would have a remove button if i want to remove that staff and his/her particulars data row from the database table. but i keep getting this error "The given DataRow is not in the current DataRowCollection". Help?
AnswerRe: Remove a Row of Data From Table of Database Pin
Keith Barrow17-Aug-09 4:04
professionalKeith Barrow17-Aug-09 4:04 
AnswerRe: Remove a Row of Data From Table of Database Pin
whenisyesterday17-Aug-09 4:17
whenisyesterday17-Aug-09 4:17 
GeneralRe: Remove a Row of Data From Table of Database Pin
Keith Barrow17-Aug-09 5:09
professionalKeith Barrow17-Aug-09 5:09 
AnswerRe: Remove a Row of Data From Table of Database Pin
Hristo-Bojilov17-Aug-09 5:25
Hristo-Bojilov17-Aug-09 5:25 
GeneralRe: Remove a Row of Data From Table of Database Pin
whenisyesterday17-Aug-09 5:41
whenisyesterday17-Aug-09 5:41 
GeneralRe: Remove a Row of Data From Table of Database Pin
Hristo-Bojilov17-Aug-09 5:44
Hristo-Bojilov17-Aug-09 5:44 
GeneralRe: Remove a Row of Data From Table of Database Pin
whenisyesterday17-Aug-09 5:47
whenisyesterday17-Aug-09 5:47 
GeneralRe: Remove a Row of Data From Table of Database Pin
Hristo-Bojilov17-Aug-09 5:49
Hristo-Bojilov17-Aug-09 5:49 
GeneralRe: Remove a Row of Data From Table of Database Pin
whenisyesterday17-Aug-09 5:58
whenisyesterday17-Aug-09 5:58 
GeneralRe: Remove a Row of Data From Table of Database Pin
Keith Barrow17-Aug-09 6:11
professionalKeith Barrow17-Aug-09 6:11 
GeneralRe: Remove a Row of Data From Table of Database Pin
Hristo-Bojilov17-Aug-09 6:15
Hristo-Bojilov17-Aug-09 6:15 
GeneralRe: Remove a Row of Data From Table of Database Pin
Keith Barrow17-Aug-09 6:16
professionalKeith Barrow17-Aug-09 6:16 
GeneralRe: Remove a Row of Data From Table of Database Pin
whenisyesterday17-Aug-09 6:52
whenisyesterday17-Aug-09 6:52 
Questionis it possible to convert an aspx page to PDF file? Pin
anithasalavadi17-Aug-09 3:11
anithasalavadi17-Aug-09 3:11 
AnswerRe: is it possible to convert an aspx page to PDF file? Pin
Eddy Vluggen17-Aug-09 3:20
professionalEddy Vluggen17-Aug-09 3:20 
Question[Message Deleted] Pin
gamer112717-Aug-09 2:47
gamer112717-Aug-09 2:47 
AnswerRe: Array in class Pin
stancrm17-Aug-09 2:59
stancrm17-Aug-09 2:59 

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.