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 is a windows service?
What is difference between view state and session state?
Can the unique key be null?
What is the usage of DelegatingHandler?
What should you do is you want to remove an existing component but would like to make some funtionalities?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Which method is used to enforce garbage collection in .net?
How is session id generated?
How to implement role based security in asp.net mvc? : Asp.Net MVC
How tooltip is set through code-behind in ASP.NET?
Will session work if cookies is disabled?
Define application state variable and session state variable?
Can the dictionary object be created in client?s scope ?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How do you secure your configuration files to be accessed remotely by unauthorized users?