Define authentication and authorization.
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is a user session?
What is the difference between custom web user control and a custom web server control?
How do cookies work? Give an example of their abuse.
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.
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the Difference between asp.net and asp ?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Explain asp.net application life cycle?
What are the main advantages of using asp.net?
What is asp net theme?
What is the significance of proxy user?
How does asp.net work?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks