i dont know the actual use of webparts , so. better to know difference with webpage ?
any answer is appreriate..
i dont know the actual use of webparts , so. better to know difference with webpage ?
any answer is appreriate..
Webparts are widgets that a user can add to a Web Part page to construct a custom web page.
They're used heavily in Sharepoint to allow users to easily construct their own pages without writing any code.
MS uses a lot of made-up terms for their own technologies. I don't think MS has a specific definition of web page, but that'd typicaly be your ASPX page.
As for webparts, they are a specific kind of .net control and could be considered 'widgets' for lack of a better term.
A web page (ASPX) may have multiple webparts.
The term 'web part' is used a lot in the context of SharePoint.
A web part is a special type of web control that is part of a framework that allows users to personalize their web page by choosing which web parts they want on their page, and depending on the web part, personalizing the web parts. (think of a weather web part where a user can define which city (or cities) they want to view the weather for.
So the difference is pretty huge, but basically web parts live inside of web pages.