GeekInterview.com
  I am new, Sign me up!
 

ASP.NET Interview Questions


ASP.NET Interview Questions

Questions: 164
Comments: 523
 Showing Questions 11-20 of 164 Questions
<< Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 ASP.NET Interview Questions
Sorting Options :  

What is Conditional Bloating? How do you handle it? 
Latest Answer: Bloating is an activity of performance improvement, which is basically introduced in AJAX controls. The property "UpdateMode" is responsible for bloating for example the control updatepanel if you set "UpdateMode"="Conditional" then that clears your ...

i want to know the complete follow of the page how it store cookies and user info into session and when it get terminate also is it possible to call in-process application to out-process? 
Latest Answer: we know Http is an state-less protocol which is required for interaction between clinet and server .so there is an need to remeber state of request raised by an web browser so that web server can recognize you have already previously visited or not.There ...
Read Answers (4) | Asked by : cyus_sg

Why do we binds the data in Web-application not in the Windows-application 
Latest Answer: Actually this is not about converting server output into HTML, as asp.net could do it automatically like desktop does.the reason behind the databind() method is giving you an option whether to bind the data or not, as websites are stateless and databinding ...
Read Answers (2) | Asked by : chary_07

What methods must be used with the application object to ensure that only one process accross a varaible at a time?
Read Answers (2) | Asked by : pedarayuduk

Latest Answer: Dataset.clone() copies the structure of the dataset including all data table schemas,relations and constraints. and Dataset.copy() copies the structure with data of the Dataset.Isha Ahuja ...
Read Answers (6) | Asked by : srini

Latest Answer: IsPostBack is a property which returns boolean value. It checks weather the page is postedback or not. Note: Loading a page and Post Back is two different things.e.gPage_Load{if(!IsPostBack){ SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["TestConStr"].ConnectionString); ...
Read Answers (4) | Asked by : kalaiselvi

What I should answer person on interview on question “Can User Control be stored in library?”. The correct answer – Yes, but interviewer demanding that correct answer – No because User controls are not pre-compilable
Yes 
Read Answers (2) | Asked by : Yuriy

Latest Answer: Event- An event is a message sent by a control to notify the occurrence of an action. Function- A Function is written to be used by the objects. A functions always return a value. ...
Read Answers (2) | Asked by : Pradeep garg

One of the language enhancements in .NET 2.0—available in both VB.NET 2005 and C# 2.0—is support for partial classes. In a nutshell, partial classes mean that your class definition can be split 
Latest Answer: Using Partial Classes we can have same class span across multiple files.However it is considered as  a single class by CLR. Infact,if we can take a look into IL code, we will find a single class only. So two developers can work on their own copy ...
Read Answers (2) | Asked by : girish

Latest Answer: It facilitates sequential access to file.The property and method arguments can be any of the properties and methods associated with the TextStream object. Note that in actual usage TextStream is replaced by a variable placeholder representing the ...
Read Answers (1) | Asked by : saransony

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

Ask A Question
Go Top
 Sponsored Links

 
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape