Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
1 4528How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
3 5851In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
5 8337How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.
1 4424Hi 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 can you handle errors in Web API?
Explain how can we inherit a static member?
Write a code for passing ArrayList in Web API?
What is active web pages?
Please brief not about xsd,xslt & xml?
How many types of Cookies are available in ASP.NET?
What are all the various Estimation Techniques available ?
Describe the Server Control Events of ASP.NET?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is the life cycle of an asp.net page?
What is the equivalent of date() and time() in asp.net?
What is viewstategenerator?
What is server side session management?
What is an example of an application service provider?
What permissions do asp.net applications posses by default?