GeekInterview.com
  I am new, Sign me up!
 

ASP.NET 2.0 Interview Questions


ASP.NET 2.0 Interview Questions

Questions: 161
Comments: 466
 Showing Questions 101-110 of 161 Questions
<< Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>
 Sponsored Links

 
 ASP.NET 2.0 Interview Questions
Sorting Options :  

Latest Answer: The Dataset is an core of disconnected architecture.Disconnected architecture means once you have retriveed the data from the database the connect of the datasource is dropped.The disconnected data become very commonlyThe dataset for the disconnected ...

Latest Answer: System.Diagnostics ...

Latest Answer: EnableViewState is enable is a property on controls that allows that control to save to the hidden _viewstate.  the control itself holds it value in the controls ViewState property, if  EnableViewState is set to true. You store the ...

Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET

Latest Answer: A Friend can be acessed without having any relationships like inheritaqnce but protected Frien can be accessed only when inherited and a protected friend will become a private function for that inherited class ...

Latest Answer: eg: You want to declare a string variable.Private static string str;    (C#.net)Regards,Rupesh ...

Latest Answer: the code isSqlConnection con1=new SqlConnection (ConfigurationSettings.AppSettings["cons"]);SqlCommand cmd=new SqlCommand("student",con1); SqlDataAdapter db=new SqlDataAdapter(); db.SelectCommand=cmd;cmd.CommandType=CommandType.StoredProcedure;DataSet ...

Latest Answer: DataReader is usefull when we need a foreward only sequential access in a better speed. ...

Latest Answer: sqlcmd.commandtype=storedprocedure;......;......;Add parameters.......;sqlcmd.ExecuteNonQuery(); ...

Latest Answer: Different versions of a same component can run in one computer.we can achieve it by registering the assembly in the global assembly cache. ...

View page << Previous 7 8 9 10 [11] 12 13 14 15 16 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