hi, v do understand u.....as-of-know u r the best in teaching i have come across....ie y v don't want to miss ur teaching....my friends and myself do watch ur videos daily......v all thank u for helping job seekers....thanks a lot....
Hi Harika, very sorry for not being able to reply to your questions. Just been very busy @ work, almost 14 hours a day. Please don't worry about the length of the videos. If you have any questions, on any of the videos, please leave your questions as comments. It will be answered by me or by any of our youtube subscribers who has knowledge in the area of your question. If you know, answers for any of the questions, please feel free to answer them. Please remember, to teach is to learn.
Hi, we discussed about using stored procedures in ado.net tutorial. If you need to perform insert, update, delete using stored procedures, all you need to do, is to replace inline sql statements with your stored procedures. Please let me know, if you need any clarification.
Sir, great work, it is only God that can reward you better than us. Sir what is the best method between using grid view or store procedure for update, delete and insert thanks
hi venkat, hope u r doing good.for the past 4 days v are missing ur new uploads....and now-a-days video are getting completed in 10 to 15minutes....where as gridview tutorials are 20 to 25 min....and they are very clear......v are not getting reply from u too....
I have one question, If I have to delete record by using condition "Delete from tblEmp where Name='David' " for this what changes should I do in SQL data source in this case??
Hi sir, I found a problem, if delete a row from a tblemployee table in DB directly then click delete link button on the web page, that row will be deleted from grid view but the error message still appears to say: "Employee row with employee ID XXX is not deleted due to data conflict.", so how to solve this problem?
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index this is a error occurring when i delete the row.. i don,t know why.. any help???
hi,
v do understand u.....as-of-know u r the best in teaching i have come across....ie y v don't want to miss ur teaching....my friends and myself do watch ur videos daily......v all thank u for helping job seekers....thanks a lot....
Hi Harika, very sorry for not being able to reply to your questions. Just been very busy @ work, almost 14 hours a day. Please don't worry about the length of the videos. If you have any questions, on any of the videos, please leave your questions as comments. It will be answered by me or by any of our youtube subscribers who has knowledge in the area of your question. If you know, answers for any of the questions, please feel free to answer them. Please remember, to teach is to learn.
In real time, stored procedures are used often. Hope this answers your question.
Hi, we discussed about using stored procedures in ado.net tutorial. If you need to perform insert, update, delete using stored procedures, all you need to do, is to replace inline sql statements with your stored procedures. Please let me know, if you need any clarification.
Sir, great work, it is only God that can reward you better than us. Sir what is the best method between using grid view or store procedure for update, delete and insert thanks
thanks. can you also provide a tutorial of insert, update, delete data from gridview using stored procedures instead?
Thank You
hi venkat,
hope u r doing good.for the past 4 days v are missing ur new uploads....and now-a-days video are getting completed in 10 to 15minutes....where as gridview tutorials are 20 to 25 min....and they are very clear......v are not getting reply from u too....
Thanks.
I have one question, If I have to delete record by using condition "Delete from tblEmp where Name='David' " for this what changes should I do in SQL data source in this case??
Hi sir, I found a problem, if delete a row from a tblemployee table in DB directly then click delete link button on the web page, that row will be deleted from grid view but the error message still appears to say: "Employee row with employee ID XXX is not deleted due to data conflict.", so how to solve this problem?
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
this is a error occurring when i delete the row..
i don,t know why..
any help???
Problem is solved....it was because foreign key constraint among my tables....
Thank you