Click here to Skip to main content
15,912,507 members

Comments by devoidofsilence (Top 5 by date)

devoidofsilence 23-Aug-12 7:23am View    
thank you, ridoy....:)
devoidofsilence 23-Aug-12 5:09am View    
Sorry, none of these helped for maintaining scroll position....any other working alternatives????
devoidofsilence 28-Nov-11 4:05am View    
no sir my major problem is in calling the method.I have my coding as:

int i = blbr.AddNewBorrower(txtBorrowerName.Text, txtBorrowerAddress.Text, Convert.ToInt32(txtBorrowerRollNo.Text), txtBorrowerFaculty.Text, Convert.ToInt32(txtBorrowerEnrolledYear.Text), Convert.ToInt64(txtBorrowerContactNo.Text), count);
int j = blbr.BooksBorrowedDetails(PARAMETER, Convert.ToInt32(dataGridView1.CurrentRow.Cells[0].Value.ToString()), DateTime.Now);

case i>0 inserts the details of a new book borrower in a library and i want to make it possible that case j>0 keeps record of the borrower and the books he borrowed. So for case j>0 is true or false, the parameter PARAMETER that i have used has to take the borrower_id of the new user that i>0 has inserted just before. How to pass the parameter PARAMETER in this case without using stored procedure???? thank you.
devoidofsilence 28-Nov-11 3:34am View    
sory sir this didn't help. i asked without using stored procedure.Thanks.
devoidofsilence 28-Nov-11 3:34am View    
sory sir this didn't help. i asked without using stored procedure.