Describe the application event handlers in ASP.NET?
Differentiate between client-side and server-side validations in web pages.
What is the Impprsonation?and what is the importence of that?
How dataadapter.fill works?
Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
Can I read the hard disk serial # of the client computer using asp.net?
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.
What is the latest version of asp.net?
What are server objects?
True or False: A Web service can only be written in .NET?
Explain about asp.net 2.0 themes?
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?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?