What are the different types of sessions in asp.net? Name them?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How to reduce the Page size in asp.net?
What is the question mark in a url?
Define the steps to set up validation control.
Can we set which type of comparison we want to perform by the CompareValidator control?
About DataAdapters ?
ASP.NET uses event driven programming model.Justify.
WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID
Explain the scenario where we go for inpro and outpro session?
What is the file extension of web service?
What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />
What is the difference between and ActiveX dll and control ?