Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 11601

What is CTE in sql server 2005?

Minecode,

3 7207

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

iSoft,

6 12732

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

Intiger, Minecode,

18 35361

How Response.flush works in server.Execute

1 5461

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

1 3073

why many web.config files are used in are project

2 5491

What is X-Path?

Sherston,

2 6063

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

Polaris,

3 15577

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

1 5265

What is the difference between Postback and Ispostback Property?

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

7 48860

COM+ Used ________________ Isolation Level

CTS,

1963

What command line used to generate Runtime callable wrapper.

CTS,

2 7416

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 5946

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

CTS,

4 7702


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

What is the advantage of mvc over asp.net? : Asp.Net MVC

983


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

1029


Explain the advantages of passport authentication.

928


How will you do Redo and Undo in a TextControl?

1194


Explain the use of dataadapter.

1089


how to transfer the file from client to server using asp.net

1121


How can we make sure that Web API returns JSON data only?

1029


What is the use of global.asax file?

1069


How do we assign page-specific attributes?

1149


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

2132


What is the Difference between MVC And MVP design pattrens

2682


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1861


What is parse in asp.net?

1091


What are the new login controls in asp.net 2.0?

989


Is asp.net still used?

1033