Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
1 4453How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
3 5721In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
5 8150How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.
1 4339Hi 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 = "
Explain about asp.net state management?
What are the layouts of ASP.NET Pages?
What is redirectpermanent in asp.net?
Define secured sockets layer.
What is windows active directory authentication?
What is a page life cycle? What are the events in a page life cycle?
What is base class of .net?
What New Features comes with ASP.NET Web API 2.0?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What are the benefits of Razor View?
What is a web api? Which protocol is used in a web api?
What is skin in asp.net?
How long does an http session last?
What is hidden field in asp.net?
What is a swagger in web api?