Explain Assemblies?,Difference between Panel and GroupBox?,Differences between ASP and ASP.NET?
1 4380How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
3 5616In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
5 7994How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.
1 4256Hi 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 is a web api endpoint?
What is the difference between stored procedure vs function?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is data caching?
Will the asp.net validators run in server side or client side?
Explain exception filters?
How is application management and maintenance improved in asp.net 2.0?
Explain cookies with example.
What are the advantages and limitations of query string?
List the asp.net validation controls?
What is a proxy in web service?
Why is string called immutable data type?
How dataadapter.fill works?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Which is better session or viewstate?