ASP.NET Interview Questions
Questions Answers Views Company eMail

can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?

SunGard,

2 10976

What is CTE in sql server 2005?

Minecode,

3 6497

what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?

iSoft,

6 11733

which one is faster execute reader, scalar, execute non query ?

Intiger, Minecode,

18 32843

How Response.flush works in server.Execute

1 5035

i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..

1 2615

why many web.config files are used in are project

2 4928

What is X-Path?

Sherston,

2 5284

How Can we use multiple forms in single asp.net application?

Polaris,

3 14912

how to convert varchar into datatype int............. in ASP

1 4787

What is the difference between Postback and Ispostback Property?

Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,

7 47482

COM+ Used ________________ Isolation Level

CTS,

1711

What command line used to generate Runtime callable wrapper.

CTS,

2 6788

Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

CTS, TCS,

1 5378

.Net Doesn't offer Deterministic Distruction ? a) True b) False

CTS,

4 6833


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

What are the properties of the eventargs argument when capturing keyboard events?

807


Will the asp.net validators run in server side or client side?

870


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 = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" 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 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1930


How to unit test Web API?

920


Is there any alternative to avoid name collisions other then Namespaces?

808


Explain MVC model binders?

802


WSDL means?

891


Can action method static?

745


What is a 1x1 pixel?

712


How do you implement postback with a text box?

748


Define satellite assemblies.

768


Describe paging in asp.net?

880


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1889


What is difference between mvc and asp.net? : Asp.Net MVC

806


What describes a query?

715