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 sessions in asp net?
Define secured sockets layer.
Explain asp.net mvc request life cycle? : asp.net mvc
How do you implement postback with a text box?
What are session cookies?
What is virtual directory in asp.net?
What is latest version of asp.net mvc? : Asp.Net MVC
Is there any property names “isnavigating”?
What is difference between ispostback and autopostback in asp net?
Which type of state management is provided by Query String in ASP.NET?
How do I create a web form?
Which is better session or viewstate?
What is the significance of ASP.NET routing?
Define tracing.
Which dll handles the request of .aspx page?