what is webpart? what r the parts in this webpart (zone)
Answer Posted / harshad lakkad
WebPart:ASP.NET Web Parts controls are an integrated set of
controls for creating Web sites that enable end users to
modify the content, appearance, and behavior of Web pages
directly in a browser. The topics in this section provide
information on what Web Parts are, how they work, and how
to use them to create user-customizable ASP.NET Web pages.
---Personalize page content. Users can add new Web Parts
controls to a page, remove them, hide them, or minimize
them like ordinary windows.
---Personalize page layout. Users can drag a Web Parts
control to a different zone on a page, or change its
appearance, properties, and behavior.
There Are Three Zone
1)WebPart Zone
2)Catalog Zone
3)Editor Zone
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is caching? Explain.
What is the difference between union and structure?
Explain the difference between array and linkedlist?
Why session management is required?
What is the difference between session.abandon() vs clear()?
Disable browser cache for entire ASP.NET website?
when a request is made in Life cycle of ASP.NET page .
What is a page life cycle? What are the events in a page life cycle?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Explain what is clr?
What are the layouts of ASP.NET Pages?
What is the difference between CLICK and MOUSE DOWN Event ?
How to disable disable browser's Back button in asp.net (JavaScript)?
What are main return types supported in Web API?