Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
1 4450How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
3 5719In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
5 8147How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.
1 4333Hi 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 can we do with asp.net?
Who creates jsessionid?
What does asax stand for?
What is autopostback true?
What is asp.net version?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Is asp.net outdated?
What is the namespace to create thread in .net?
List the major built-in objects in asp.net?
What is difference between web config and global asax?
What is http response header?
What is the current version of asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications