How many classes can a single .NET DLL contain?
Answer Posted / pathy
we can define as many classes as you wany
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differentiate between a hyperlink control and a linkbutton control.
How do you sign out from forms authentication?
How to display validation messages in one control?
Which method do you use to enforce garbage collection in .net?
Where session id is stored?
What is http post action?
What is AutoEventWireup attribute for ?
How to prevent client side validation from the ASP.NET validation controls?
What are the event handlers that we can have in global.asax file?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How does asp.net work?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Define machine.config in .net?
What is the importance of Global.asax in ASP.NET?
What are the advantages of Web API?