Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
No Answer is Posted For this Question
Be the First to Post Answer
Whats the use of @ Register directives ?
What does occur first in ASP.Net, Authentication or Authorization?
How to do Forms authentication in asp.net?
How do sessions work?
What base class do all Web Forms inherit from?
What is the difference between page-level caching and fragment caching?
What is skin in asp.net?
When should we use abtract class and Interface Class?Give an Example
4 Answers Accenture, Cap Gemini, L&T, RM,
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
What is application variable in asp.net?
code for inserting images into gridview colomns from database
what is the auto option in XML ?