Post New GE Operating Systems General Concepts Interview Questions
How to enable product's custom attribute visibility in frontend?
What are the main advantages of automation testing?
How do I view an aspx file?
What application areas are you comfortable in?
What is windows azure and explain its services?
Who is communication horizons?
How to rebuild an index in oracle?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Define transfer () with syntax?
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 do you mean by schema on reading?
What is the difference between Node.js vs Ajax?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
How can we submit a form in selenium?
Explain $templatecache in angularjs?