Answer Posted / sathya s.d.
using sql query in a login id and password and automaticaly
login by verifying raw query with database..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle errors in Web API?
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 many validators do ASP.NET have?
How does asp.net work?
What are directives in asp.net? List down all the important directives.
What is mvc in asp.net tutorial? : Asp.Net MVC
Less than one page, how many windows will you be able to maintain?
Explain the concept of MVC Scaffolding?
Do you know about caching with the datasource controls?
Explain the difference between globalization and localization techniques
What are triggers of an updatepanel?
Why do we need asp.net?
What is session handling in a webfarm, how it can work with its limits?
What is the difference between dispose() and finalize()?
What is Partial PostBack in ASP.NET?