what is impersonation in ASP.NET?
Answer Posted / murugavel
Impersonation is used to access the file servers in a
secured way. Client can access it because of this.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How to use push notification?
Explain About duration in caching technique
What is viewstate? What does the “enableviewstate” property do?
What is application session?
Which asp.net objects encapsulate the state of the client and the browser?
How do u deploy your asp.net application?
What is the difference between ASP Session State and ASP.Net Session State?
What is the mvc model?
About CLR, reflection and assemblies?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is difference between viewstate and session state in javascript?
How does session work?
Distinguish between Server-side and Client-side code with its functionality?
Explain the components of web form in asp.net