How do you register the .Net Component or Assembly?
Answer Posted / satej
gacutil -i [Assembly Name]
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain the asp.net mvc folder conventions? : asp.net mvc
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is synchronous and Asynchronous post back ?
What are the types of authentication in asp.net?
Explain how to prepare culture-specific formatting in .net.
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is the difference between client-side and server-side validations in webpages?
What is query string in asp.net?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Differentiate between client-side and server-side validations in web pages.
What are directives in asp.net?
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.
What are different methods of session maintenance in asp.net?
What is difference between web config and global asax?
How to unit test Web API?