GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

ASP.NET Interview Questions


ASP.NET Interview Questions

Questions: 164
Comments: 484
 Showing Questions 1-10 of 164 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 ASP.NET Interview Questions
Sorting Options :  

Explain the life cycle of an ASP .NET page. 
Latest Answer: 1. Page Request 2. Start 3. Page Initialization 4. Load 5. Validation 6. Postback and event Handling 7. Rendering 8. Unload For The Page Execution Life Cycle Just Remember SILVER. S-Start I-Page Initialization L-Load V-Validation E-Postback ...

In which interface the template of any control like Gridview would Initiate? 
Latest Answer: In ItemTemplate Inside TemplateColumn ...

How we can set Different levels of Authentication in .Net?What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication? 
Latest Answer: Windows authentication enables you to identify users without creating a custom page. Credentials are stored in the Web server’s local user database or an Active Directory domain. Once identified, you can use the user’s credentials to gain access to ...
Read Answers (4) | Asked by : Sajeesh

What is tooltip class? How it was implemented? 
Latest Answer: It is class present in .net which help you to provide a tool tip property to any components if bydefaul they dont have it. Once you drag this add the Tool Tip control to your form they almost all control can get benefit of this property as in all controls ...

explain virtual function in c# with an example 
Latest Answer: In C#, a virtual function is always considered to be the root of virtual dispatch; that is, once C# finds a virtual method, it looks no further up the inheritance hierarchy. If a new virtual Sort( ) function is introduced into Window, the runtime ...

When using code behind pages, which library must access file import from asp.net environment 
Latest Answer: using System.IO; ...

What type of processing model does ASP.NET stimulate? 
Latest Answer: Event-driven ...

What do you mean by Declarative Security and Imperative Security? Explain with an example of usage where you would use them 
Latest Answer:  Imperative versus Declarative SecurityThe code security can be implemented by either using the Declarative Security or the Imperative Security. Let us now understand how these two differ.Declarative SecurityThis is accomplished by placing security ...
Read Answers (3) | Asked by : khopda

How to alter the rows in a datagrid? 
Latest Answer: You can use DataGrid's OnItemCreated and OnItemDataBound events. OnItemCreated event is fired once a row is created but the values are not yet binded.OnItemDataBound will fire for every row that is bounded. You can get the values here for each column ...

How do you post a current page to different ASPx page? 
Latest Answer:  protected void Page_Load             {             Response.Redirect("webform.aspx");        ...

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape