ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
 Categories  >>  Software  >>  Microsoft Related       
 
  Visual Basic (595)   C Sharp (526)   ASP.NET (1113)   VB.NET (112)   COM+ (37)
  ADO.NET (173)   IIS (64)   MTS (2)   Crystal Reports (48)   BizTalk (17)
  Dot Net (658)   Exchange Server (75)   SharePoint (2)   Microsoft Related AllOther (41)
 
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
diffrance between stored procedure & function in sql server?  2  2358
What is shared inheritance IGT  3  2798
difference between keyword internal and protected? HCL  4  4879
difference between caching objects in session objects?  2  1931
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class? HCL   2  4508
what is diference between the .net1.0 & .net2.0 ? EMax  2  2855
What is the difference between Hash Table and Arrays?  5  6811
How Web Services help Us? What r the difference between Remoting and webservices Protech   4  3586
What r the remotable objects. and how u make an application remotable  0  70
How to Filter the Crystal reports? CCIL   8  14856
How to present data from Crystal Reports on to form?  3  6358
How to write an MMC snap-in for my Windows service?  1  858
How do you start, pause, continue or stop a Windows service off the command line?  1  1285
How can you see which services are running on a Windows box?  1  784
What application do you use to install a Windows service?  1  833
E-Mail New Answers        Answer Selected Questions       
 
Prev    1   ... 17   ... 33   ... 49   ... 65   ... 81   ... 97    112   [113]    114  ... 129   ... 145   ... 161   ... 177   ... 193   ... 209   ... 225    Next
 
 
 Programming Languages interview questions   Programming Languages Interview Questions  Scripts interview questions   Scripts Interview Questions  Networking interview questions   Networking Interview Questions
 Microsoft Related interview questions   Microsoft Related Interview Questions  Databases interview questions   Databases Interview Questions  Operating Systems interview questions   Operating Systems Interview Questions
 Testing interview questions   Testing Interview Questions  Servers interview questions   Servers Interview Questions  MainFrame interview questions   MainFrame Interview Questions
 Java Related interview questions   Java Related Interview Questions  Middleware interview questions   Middleware Interview Questions  Web Related interview questions   Web Related Interview Questions
 Data Warehouse interview questions   Data Warehouse Interview Questions  HR Questions interview questions   HR Questions Interview Questions  Software Design interview questions   Software Design Interview Questions
 Debugging interview questions   Debugging Interview Questions  Version Control interview questions   Version Control Interview Questions  Editors interview questions   Editors Interview Questions
 Telecom interview questions   Telecom Interview Questions  ERP CRM interview questions   ERP CRM Interview Questions  Embedded Systems interview questions   Embedded Systems Interview Questions
 Client Server interview questions   Client Server Interview Questions  Artificial Intelligence interview questions   Artificial Intelligence Interview Questions  Cryptography interview questions   Cryptography Interview Questions
 EAI interview questions   EAI Interview Questions  Multimedia interview questions   Multimedia Interview Questions  Software Development Life Cycle interview questions   Software Development Life Cycle Interview Questions
 Image Processing interview questions   Image Processing Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
Write a program to find all text files in a logical drive and return the count of the number of files? 131  
which property is used to change to some value to access a identity column in datacontrols? 64  
Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "<EmpID>" & TxtEmpId.Text & "</EmpID>" & _ "<Empname>" & TxtName.Text & "</Empname>" & _ "<EmpSalary>" & TxtSalary.Text & "</EmpSalary>" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file <?xml version="1.0" encoding="utf-8" ?> <Employee> <empdetails> <empid>100</empid> <empname>xxx</empname> <empsalary>2000</empsalary> </empdetails> <EmpDetails> <EmpID>yyy</EmpID> <Empname>dddd</Empname> <EmpSalary>77777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrrr</EmpID> <Empname>rrrr</Empname> <EmpSalary>6666</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>qaqa</EmpID> <Empname>sini</Empname> <EmpSalary>50000</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>errrrrrrrr</EmpID> <Empname>rrrrrrrrr</Empname> <EmpSalary>677777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrr</EmpID> <Empname>rrr</Empname> <EmpSalary>33</EmpSalary> </EmpDetails> </Employee> 87 InfoCom
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net 185  
How to find the current record position in data control? 81  
which is the institute in hyderabad for providing the live project industry training 10  
Maximum Control Names length? 140  
What is ODBC Direct and Microsoft Jet Database Engine ? 66  
WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5, C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR 31  
1s it posible to Create Tables Through Querydef? 102  
Whether HTML supports multimedia: and document links? 123  
1. What is IIS. pl explain practically. 2. Difference b/w webserver and application server. pl explain practically. 20  
Is it possible to Manipulate data through flexgrid? Explain. 151  
what is mean by versioning? Please answer me. Advance thanks. 25 Excel
why C#.net doesnot support prcedures and why it supports structs,functions 140  
How do you create master pages in asp.net? 41 Wipro
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too.... 135 webdirekt
What is HashTable, what is the use of it, when do we use (purpose). 88  
How would you create properties in ActiveX Control? 112  
what are the types of combo box? 101 Satyam
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com