What method must be overridden in a custom control?
a) The Paint() method
b) The Control_Build() method
c) The Render() method
d) The default constructor
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.
Difference between HTML control and Web Server Control?
What is server infrastructure?
Define view state.
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
How many types of validation are there?
Tell something about state management in asp.net?
what is the generics and where used generics in your project?
What is the request flow used for asp.net mvc framework? : asp.net mvc
what is loosely coupled solution? How it can be used?
What is custom tag in web.config ?
2 Answers Accenture, BirlaSoft,
What is the purpose of asp.net?