How do pass data from one layer to another layer in N-tier
architecture?
Answer Posted / sudhakarreddy
By using properties you can pass the data from one layer to
another layer.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is validation in asp.net?
What is state management techniques in asp.net?
What is scope of an application variable in asp.net?
Which is the parent class of the web server control?
How to implement form based authentication in asp.net application?
What is the use of session in web application?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are resource file and how do we generate resource file?
How can we create Tree control in asp.net?
Explain the difference between response.redirect vs server.transfer
Explain client side state management system.
Explain managed code an un-managed code.
What is server redirect?
What do you mean by serialize?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?