:: Home     :: MS Dynamics CRM     :: .Net 1.1     :: .Net 2.0     :: Sharepoint Portal     :: Ajax

  login:        
  passwords:  
Asp.Net Interview Questions
  • 2.0 Interview Questions
  • Ado .Net 2.0 Interview Questions
  • Ado .Net Interview Question
  • Ado.Net Interview Questions
  • Ado.Net Interview Questions In .Net
  • Asp Interview Questions
  • Asp.Net Exam Questions
  • Asp.Net Interview
  • Asp.Net Interview Points
  • Asp.Net Interview Question
  • Asp.Net Interview Question And Answer
  • Asp.Net Interview Questions
  • Asp Net Latest Interview Questions
  • Asp.Net Multiple Questions
  • Asp.Net Possible Interview Question
  • Asp.Net Questions
  • Asp.Net Questions For Interview
  • Asp.Net Related Questions
  • Asp.Net Web Developer Interview Questions
  • Asp.Net Web Development Interview Questions
  • Ibm Asp.Net Interview Questions
  • Important Interview Questions In Asp.Net
  • Interview Question Asp.Net
  • Interview Question For Asp.Net
  • Interview Question In Asp.Net
  • Interview Question Of Asp.Net
  • Interview Question On Asp.Net
  • Interview Questions Asp.Net
  • Interview Questions For An Asp.Net Developer
  • Interview Questions For An Asp.Net Developer
  • Interview Questions For Asp.Net
  • Interview Questions In Asp.Net
  • Interview Questions Of Asp.Net
  • Interview Questions On Asp.Net
  • Interview Questions Related To Asp.Net
  • Interview Questoins In Asp.Net
  • Latest Interview Question AspNet
  • Latest Interview Question Asp.Net
  • .Net Asp Interview Questions
  • Questions In Asp.Net
  • Questions On Asp.Net Application Domain
  • Questions On Dataset In Asp.Net
  • Interview Question On Asp Net 1.1 Asp.Net 2.0
  • Asp.Net FAQS
  • Asp.Net Faq s
  • Asp.Net Faq With Answer
  • Asp.Net Faqs
  • Asp.Net Interview Faqs
  • Faq On Asp.Net
  • Faqs In Asp.Net
  • Faqs On Asp.Net
  • Questions In Asp.Net
  • Questions On Asp.Net Application Domain
  • To Asp.Net Faqs
  • Asp.Net 2.0 Interview Questions
  • Asp 2.0 Interview Questions
  • Asp Net 2.0 Exam Questions
  • Asp.Net 2.0 Interview
  • Asp.Net 2.0 Interview Question
  • Asp.Net 2.0 Interview Questions
  • Asp.Net 2.0 Job Interview
  • Asp.Net 2.0 Job Interview Questions
  • Asp.Net 2.0 Questions
  • Asp.Net 2.0 Website Programming Interview Questions
  • Asp.Net 2 Exam Questions
  • Asp.Net 2 Interview Questions
  • Asp.Net 2005 Interview Questions
  • Interview s Questions Of Asp.Net 2.0
  • Interview Question Asp.Net 2.0
  • Interview Question For Asp.Net 2.0
  • Interview Question In Asp.Net 2.0
  • Interview Question Of Asp.Net 2.0
  • Interview Question On Asp.Net 2005
  • Interview Questions Asp.Net 2.0
  • Interview Questions For Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions Of Asp.Net 2.0
  • Interview Questions On Asp.Net 2.0
  • Question On Asp.Net 2.0
  • Asp.Net 1.1 Interview Questions/FAQS
  • Asp.Net 1.1 Faqs
  • Interview Question On Asp.Net 1.1 & Asp.Net 2.0
  • Java Script/HTML/DHTML Interview Questions
  • Javascript Interview Questions In .Net
  • Interview Question Answer Html Dhtml
  • .Net WebServices & Remoting Interview Questions
  • .Net Remoting Interview Questions
  • .Net Web Services Interview Question
  • .Net Web Services Interview Questions
  • .Net Webservice Interview
  • .Net Webservices Interview Questions
  • Web Services Interview Questions
  • Share Point Interview Questions
  • Interview Questions For Sharepoint Developer
  • Sharepoint Administrator Interview Questions
  • Sharepoint Interview Questions
  • Sharepoint Interview Questions & Answers
  • Sharepoint Portal Interview Questions
  • Biz Talk Server Interview Questions
  • Biztalk Server Interview Questions
  • Visual Studio 2005/2003 Interview Questions
  • Visual Studio 2005 Interview Questions
  • Vs 2005 Interview Questions
  • .Net 2.0 Interview Questions
  • Interview Questions For .Net 2.0
  • Interview Questions In .Net 2.0
  • .Net 2.0 Interview
  • .Net 2.0 Interview Question
  • .Net 2.0 Interview Questions
  • .Net 2.0 Question
  • .Net 2.0 Questions
  • .Net 2 Interview Questions
  • .Net 2005 Interview Questions
  • .Net Framework 2.0 Faq s
  • . Net_Framework_2.0_Faq s.aspx
  • .Net Interview Questions/FAQS
  • Faqs In Net
  • Interview Question .Net
  • Interview Question Of .Net
  • Interview Question On .Net
  • Interview Question Related to net
  • Interview Questions For .Net
  • Interview Questions .Net
  • Interview Questions On .Net
  • Interview Work Exam For .Net Programmer
  • .Net Framework Interview Questions
  • .Net Interview Faq
  • .Net Interview Faqs
  • .Net Interview Question
  • .Net Interview Faq
  • .Net Interview Question List
  • .Net Interview Question With Options
  • .Net Interview Questions
  • Questions In .Net
  • What Type Questions In .Net
  • Download .net interview question
  • Microsoft .Net Interview Questions
  • Simple Interview Questions On Microsoft .Net
  • .Net Windows/Web Forms Interview Questions
  • .Net Web Developer Interview Questions
  • Windows .Net Forms Interview Questions
  • .Net Web Developer Interview Questions
  • Asp.Net/Classic Asp Questions
  • Asp Interview Questions
  • Asp.Net Multiple Questions
  • Asp.Net Possible Interview Question
  • Classic Asp Interview Questions

  • Interview Questoins In Asp.Net


    1. When was ASP.NET released?

      ASP.NET is a part of the .NET framework which was released as a software platform in 2002.

    2. What is CLR?

      Common Language Runtime (CLR) is a run-time environment that manages the execution of .NET code and provides services like memory management, debugging, security, etc.

    3. In Visual Studio .NET, how do I create a new ASP.NET application for an existing ASP.NET project?

      First create an IIS application using the IIS MMC. Then in Visual Studio .NET, use the "New Project In Existing Folder" project template (at the end of the template list). It will first ask you for the project name (use the same one you created for the IIS application). Click OK button. Then enter in physical folder location.

    4. What is the Difference between HTML controls and ASP.net Controls?

      HTML controls are run on client side, where as ASP.net controls runs on server side and for execute on client side, they generate HTML controls.

    5. Can a .NET web application consume Java web service ?

      Yes.Actually Webservices are independent to language. it depends on WSDL and SOAP. so any one can develope the Webservices anddisclose the wsdl and users can cosume the webservices.wsdl and soap both are xml based.. and all languages having xml parsing capability and access to http protocol will be able to work with Webservices

    6. how to click or select a row in gridview using c# code?

      We should use the Currency CurrencyManager cmGrid = (CurrencyManager)this.BindingContext[gridview.DataSource, gridview.DataMember]; cmGrid.Position = iIndex;

    7. What is IPostBack? How to use it?

      Ispostback event is generated by the web controls to alert the server to take respected action of the event generated. When the button is clicked then click event is generated which further cause ispostback event & it alerts the server to take respected action during postback event.

    8. ColumnMapping belongs to which namespaces?

      ColumnMapping belongs to System.Data

    9. Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

      when there is no .Net framework installed in one of the communicating applications

    10. In order to get assembly info whcih namespace we should import?

      system.reflection

    11. Which method do you invoke on the DataAdapter control to load your generated dataset with data?

      dataadapter.fill(dataset object)

    12. Enumerate the types of Directives?
      • @ Page directive

      • @ Assembly directive

      • @ Import directive

      • @ Reference directive

      • @ Implements directive

      • @ OutputCache directive

      • @ Register directive

    13. What is a DataReader?

      A DataReader is a read-only stream of data returned from the database as the query executes. It only contains one row of data in memory at a time and is restricted to navigating forward only in the results one record at a time. The DataReader does support access to multiple result sets, but only one at a time and in the order retrieved. Just as in the original version of ADO, the data is no longer available through the DataReader once the connection to the data source is closed, which means a DataReader requires a connection to the database throughout its usage. Output parameters or return values are only available through the DataReader once the connection is closed.

    14. Why DataReader Useful?

      Data Reader is Read only version Data Set,Each record is returned as a Data Reader Object,ExecuteReader method acts directly on the database connection. There are two versions of the data reader object: OleDbDataReader and SqlDataReader

    15. Differnce B/w DataReader and DataSet

      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 data from the Dataset object.The DataReader is an readonly ,forward only stream from the database.While using the datareader can improve the application performance reduce the system overhead because only one buffer row at a time in memory.

    Google
     
    ::  Home :: Services ::  Prices ::  Request Quote
    Copyright 2007, Megasolutions Ltd