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 111-120 of 161 Questions
<< Previous 8 9 10 11 [12] 13 14 15 16 17 Next >>
 Sponsored Links

 
 ASP.NET 2.0 Interview Questions
Sorting Options :  

Latest Answer: ASP.NET List controls ==> There are 3 . 1. DropDownList, 2. ListBox and 3.HTMLSelect.1. System.Web.UI.WebControls.DropDownListthis control renders a drop-down list in the page at runtime. Only the selected item is visible when the user is not interacting ...

What is diff. between ASP State Management and ASP.NET State Management?(Imp) 19. How can we pass info between 2 asp.net pages?

Latest Answer: User control create for GUI purpose and it is form  of .ascx  and in aspx page you need to specify the src (Path) of the control.Custom control is form of compiled form (assembly). For using this control you need to add referenct in your project. In ...

Latest Answer: There is no direct sorting provided by dataset or datatable. Sorting and filtering facility is provided by dataview. You can sort the data using DataView. DataSet ds = new DataSet(); // assume that dataset has datatable name mytable. DataTable ...

Latest Answer: Hi,   We can do it using GetChanges() which gets a copy of the dataset that contains all changes made to it since it was loaded.For ex:  private void UpdateDataSet(DataSet myDataSet){     if(!myDataSet.HasChanges(DataRowState.Modified))      ...

Latest Answer: Data Adapter act as amiddleman between the dataset and data Base. The fill method automatically open the connection and when the dataset is filled properly then the coonection is closed. This method fetch the data from the database ...

Latest Answer: try { SqlParameter p0, p1, p2; cmd = new SqlCommand(); cmd.CommandType = CommandType.StoredProcedure; cmd.CommandText = "spo_sample"; //Param: Return Value p0 = cmd.Parameters.Add("@RowCount", SqlDbType.Int); p0.Direction ...

Latest Answer: ViewState allows the state of objects (serializable) to be stored in a hidden field on the page. ViewState is transported to the client and back to the server, and is not stored on the server or any other external source. ViewState is used the retain ...

Latest Answer: Page_initPage_LoadStatePage_ProcessPostBackDataPage_loadPage_ProcessPostBackEventPage_PreRenderPage_RenderPage_SaveStatePage_Unload ...

Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

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