Answer Posted / yash
i think i m not sure , but .net is a collection of
foundation classes, linker,loader and compilers.The .net
provides us an environment in which we can build an application.
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can we have 2 web config files?
Differentiate between client-side and server-side validations in web pages.
How many types of cookies are available in asp?
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 = "
Where the cookie value is stored?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Is there any alternative to avoid name collisions other then Namespaces?
What are HTTP handlers in ASP.NET?
What is redirecting behavior?
What is content page in asp net?
What are the page life cycle events?
Explain the function of new view engine in asp.net? : asp.net mvc
What is in a session cookie?
Where is cookie used in asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?