What is the main use of Response.Output.Write()?
Answer Posted / psetty
To write formatted output Response.Output.Write() function
is used.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
How do I know asp.net mvc version? : Asp.Net MVC
Please brief not about xsd,xslt & xml?
Explain significance of routing? : asp.net mvc
What are strong names?
Describe how passport authentication works.
What is HTTPModule and HTTPcontext? What is the use of each?
How do we assign page-specific attributes?
What is the use of the tag in the web.config file?
Do you know using sql cache invalidation?
What is the difference between c# and .net?
How does http session work?
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 = "
How to bind all the binding controls in a page at once in ASP.NET?
What is microsoft windows sharepoint services?
What is comparevalidator?