What you mean by partial Class in asp.net 2.0?
Answer Posted / sridhar
Your class definition can be split into multiple physical files; it allows a clean separation of business logic and the user interface
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is oauth for authentication or authorization?
What does clearing cache?
How can you make sure that web api returns json data only?
What is session in http request?
How do active server pages work?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Explain asp.net page life cycle?
What parameters can you pass in the url of the api? Can get and post use the same url?
What permissions do asp.net applications posses by default?
Define machine.config in .net?
What is redirectpermanent in asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
What is Pre-Render event in ASP.NET?
Can the dictionary object be created in client?s scope ?
What is advantage of code behind coding in ASP.NET?