Types of objects in ASP?

Answer Posted / n.ilanchezhian

request object
respone object
session object
server object

Is This Answer Correct ?    5 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where would you use an ihttpmodule, and what are the limitations if any?

534


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1274


Is it possible to apply themes to an asp.net application? If yes, then how?

581


What are the media types of http requests and response?

512


What is the web.config file in asp?

642






How does u get record no from 5 to 15 from a dataset of 100 records?

517


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

574


What is asynchronous call?

588


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

1736


Which validator control you use if you need to make sure the values in two different controls matched?

653


Mention few asp.net validators.

580


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

569


Where the viewstate is stored after the page postback?

678


How we implement web farm and web garden concept in asp.net?

544


What is the life-span of the items in the viewstate?

505