What is boxing and unboxing ?
Answer Posted / sivasaravanan
Boxing;
Encapsulating a copy of value in an object.
UnBoxing:
Vice-versa
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Why session is necessary in web application?
How many types of state management are there in asp net?
List the asp.net validation controls?
What is asp net objects?
What is a web farm?
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 = "
What is the viewstate in asp.net?
Why do we use web config?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
When should I use server transfer and response redirect?
Explain what is an abstract class?
Mention few asp.net validators.
How ViewstateMac works?
How do you change the session time-out value?
What’s the catch?