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
How many types of sessions are there in asp net?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Can action method static?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How you will manage the state of ASP.NET controls?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
To add a hyperlink column to the DataGrid which tag is used ?
What is Forms Authentication in ASP.NET?
What is the difference between mvc and asp.net? : Asp.Net MVC
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How do you sign out from forms authentication?
What is a user session?
What is the difference between session.abandon() vs clear()?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is the difference between runtime version and version?