where the stored procedure are written in business logic or
data acess layer?
Answer Posted / sanoob
Stored Procedures are written on Database not on DAL or
BAL. You can Call the Stored Procedure from DAL
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
What is meant by asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is Forms Authentication in ASP.NET?
What is the mvc model?
Can we use MSSql as backend in asp.net...if yes then How.?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How do I open an ashx file in windows 7?
What are the asp.net server side objects?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Is it possible to change the index of primary key on table?
What is inheritance and an how it be used, example with an example?
What is the difference between union and join?
Explain how cookies work.
What are the various types of validation controls provided by asp.net?