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
How does u call and execute a sp in .net?
Is asp.net core faster?
What is _viewstart?
Explain the difference between an exe and a dll?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain cookies with example.
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What are the different types of validation controls provided in ASP.NET?
how to include timer or counting time to display next page in asp.net
What I need to create and run an asp.net application?
What is session handling in a webfarm, how it can work with its limits?
Define a web service in .net?
Explain the difference between singleton and single call?
what are configuration files?