Answer Posted / sachinkunal
1.Solution explorer->class library1->Prperties
2.Select singing tab->check the sing assembly checkbox->select->new
3.In the dialogbox ->enter strong name key in key file name->ok
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a windows service?
Where do we store our connection string in asp.net application?
Can we add code files of different languages in app_code folder?
Explain the purpose of storyboard.targetproperty.
What is a web based system?
What is cached data phone?
What are the merits and demerits of viewstate?
What is asp net objects?
What is difference between session and cookies in asp net?
Explain about asp.net state management?
How can you handle unmanaged code exceptions in asp.net?
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 is difference between asp state management and asp.net state management?
What is event in asp.net?
What are the Types of chaching. How to implement caching