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
Explain the features that make asp.net more used framework? : asp.net mvc
What does mean by a neutral culture?
How can we register exception filter globally?
How do u optimize a query in asp.net?
Explain what is event bubbling?
Which method is used to perform all validation at the page level?
What is enableviewstate?
How to implement Authentication and Authorization?
Where you store Connection string in "Web.Config" file in ASP.NET?
Explain http handlers? Where we can use the http handlers?
What does ascx stand for?
What are the advantages of Web API?
What are validator? How do you disable them?
Explain authorization levels in .net ?
What is inproc mode in session?