What you mean by partial Class in asp.net 2.0?
Answer Posted / amiya kumar parida
Partial class means a class declaired as partial can be
splited in to many physical file (i.e the defination of
class can be in more than one file) but at the time of
compilation it grouped up and compiled
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Write code to send e-mail from an asp.net application?
What is an asp.net validator? And, mention its types.
What is the advantage of using Windows authentication in a Web application?
Which is better session or viewstate?
What is a global postback url?
Define globalization and localization.
Disable browser cache for entire ASP.NET website?
Explain transparent caching with aop?
Explain what is event bubbling?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Why is an object pool required?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Explain the difference between sql invalidation and sql notification.
What is session and cookies in asp.net?