Answer Posted / kinge amol
by using session.kill()
| Is This Answer Correct ? | 10 Yes | 29 No |
Post New Answer View All Answers
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
what are configuration files?
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
Why is this service branded with windows livetm?
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 = "
What are merge modules?
What are the differnt types of handler in ASP.NET?
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?
Define machine.config in .net?
What are the events in a page life cycle?
What is the function of the ViewState property?
What is a web pool?
What is dynamic web page with example?
What are cao and sao.
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly