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

Explain the difference between webfarm and webgardens in .net?

1033

Define a web service in .net?

1120

Explain how viewstate is being formed?

1033

Define managed code and managed data in .net?

1012

What is base class of .net?

1012

Explain the main differences between asp and asp.net?

1088

What is the difference between user control an custom control?

1173

List the advantages and disadvantages of user control an custom control?

1019

Explain about secure socket layer?

1004

What is the flow of processing of the request? : asp.net mvc

1087

Explain the asp.net mvc request life cycle? : asp.net mvc

1101

What are the advantages of asp.net mvc framework? : asp.net mvc

1077

Define repository pattern in mvc.net? : asp.net mvc

1104

Explain the significance of routing? : asp.net mvc

1104

What is the main function of razor in asp.net? : asp.net mvc

1 1728


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

Explain advantages of caching?

995


What is form submit?

1012


Why session is used in asp.net?

1074


What does occur first in ASP.Net, Authentication or Authorization?

1094


What are main return types supported in Web API?

1475


What is inheritance and an how it be used, example with an example?

1126


Why would a company use an application service provider?

992


What is the purpose of session management?

1074


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

2182


What is rending process in ASP.NET?

1127


What are custom controls?

996


Difference between web user control and web custom control?

988


How Session outproc in Sqlserver stored?

2808


How do http sessions work?

976


How can you register a custom server control to a web page?

1035