can we place the same DLL in debug folder two times?
(without using strong name )
Answer Posted / varma
NO,WE CAN'T PLACE THE SAME DLL IN DEBUG FOLDER
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What permissions do asp.net applications posses by default?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How do I upload a file from my ASP.NET page?
Where can I get information on cookies in asp.net?
Why is global asax is used?
Why viewstate is used in asp.net?
Why is xap important?
Explain the difference between value type and reference type?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Can you set which type of comparison you want to perform by the comparevalidator control?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is asp.net file?
In the Repeater control which way you can edit?
What is the difference between application state and caching?