| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Which property on a Combo Box do you set with a column
name, prior to setting the DataSource, to display data in
the combo box?
| | 1 |
| How we can set Different levels of Authentication in .Net?
What are the difference between Windows Authenticatin,
Passport Authentication and Form Authentication?
| | 1 |
| Which keyword you should use for class not to extend?
Which keyword to be used for making the class accessible
within the assembly only
what are the authentication mode of ASP.NET
How will you call a JavaScript function using code-behind?
How will you define the Session Timeout?
What are the methods to validate client-side whether the
input is a correct Date format?
You want to write a log when ASP.NET application starts.
Which is the best place to write that peice of code?
What are the page load events and what is there order?
What is the difference between abstract class and interface?
What are the differences between DataSet and DataReader?
What are the two properties other than DataSource, which is
required to populate the Drop Down Menu?
What is difference between String and StringBuilder Classes?
What are differences between Custom control and User
control?
| Ignis-Technologies | 1 |
| Describe the difference between a Thread and a Process? | | 4 |
| What methods are fired during the page load?
| | 2 |
| How does the XmlSerializer work? What ACL permissions does a
process using it require? | | 1 |
| how to write code for role based security
| | 2 |
| To display data in a Repeater control which templete is
provided ? | | 4 |
| what is caching | | 3 |
| There is a login page that has two text boxes with required
field validators on it. The page has a login and cancel
button. How can we ensure that the click on the cancel
button doesnt fire a validation event. | Proteans | 2 |
| which event in global.asx that fires for every request of
same user? | FactorH | 3 |
| How many classes can a single .NET DLL contain? | | 6 |
| What is the use of The Page.Master Property? | | 1 |
| What is CTS, CLS and CLR ? | TCS | 4 |
| Explain what a diffgram is, and a good use for one?
| | 2 |
| How to implement caching? | Microsoft | 1 |
| How we can kill our Session in web farm where there is no
any sticky server .And user can not Logout bcoz of that. | | 1 |
| You create an ASP.NET application for a hotel. The
application contains a page that displays current weather
conditions for the city in which the hotel is located. The
application calls an XML Web service every 10 minutes to
update the current weather conditions. A new page is then
displayed for subsequent requests.
You want the same page to be cached and retrieved from the
cache during the time between calls to the XML Web service.
You decide to use a Page directive to accomplish this goal.
Which Page directive should you use?
A . <%@ Cache Seconds="600 '' VaryByParam="Page" %>
B . <%@ OutputCache Time="600" %>
C . <%@ OutputCache Duration="600" VaryByParam="None" %>
D . <%@ OutputCache Duration="600" %>
| Syntax-Softtech | 2 |
| .net allows which inheritence | AG-Technologies | 5 |
| 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
| Syntax-Softtech | 1 |
| |
| For more ASP.NET Interview Questions Click Here |