Describe the method to create a permanent cookie?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Distinguish between Server-side and Client-side code with its functionality?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
In Code-Behind class which kind of code (server or client) is found ?
In the Repeater control which way you can edit?
Is it true that a Web service must be written in .NET or not?
To add a hyperlink column to the DataGrid which tag is used ?
To bind columns manually which tags do you need to add within the asp:datagrid ?
To display data in a Repeater control which template you provide?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
To get the values in two different controls to match which control you use it?
To load your generated dataset with data which method do you invoke?
To redirect the user to another page which method do we use without performing a round trip to the client?