7. Do you have reference list?
Answer Posted / ahmad nazee
YES I have a good reference list and I can provide 3
reference lists of my employers where I worked previously
with reference letters.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Explain login control and form authentication.
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 can you enable impersonation in the web.config file?
Give me one example of Web API Routing?
What is the difference between cookie and session?
What are the advantages of the code-behind feature?
Describe a Windows Service and its lifecycle ?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is session handling in a webfarm, how it can work with its limits?
What is data caching?
What is connection pooling and how to enable and disable connection pooling?
Differentiate globalization and localization.
To display data in a Repeater control which template you provide?
What are the uses of reflection?
What is comparevalidator?