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
Which is the parent class of the ASP.NET server control?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is session object? Describe in detail.
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How do we sort the data from a dataset?
How will create assesblies at run time?
What is difference between rest and soap?
Explain an object, class and method.
What is difference between cache and session?
Explain the purpose of storyboard.targetproperty.
What is the difference between user control and custom control?
Why cyclomatic complexity is important?
How to rename a table using sql queries?
Explain the difference between or and orelse?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?