vote up 0 vote down star

When developing in MOSS I would be interested to hear peoples views on whether they choose to wrap functionality in web parts or to create .aspx pages and deploy those to MOSS and how best to make that decision.

flag

53% accept rate

1 Answer

vote up 3 vote down

Web Parts are reusable across multiple pages. So if I develop a UI that is only usable once, I create .aspx pages. But if I need something that is usable on multiple pages or if I don't know/can't control where it will be deployed to, I create a Web Part.

link|flag
good to hear, that was my approach currently. Have you considered using fieldcontrols in a page layout as opposed to more traditional .aspx pages? – 78lro Sep 16 at 9:28
Not really, mainly because I didn't spend the time investigating them and because I usually have some back-end classes generating the data I need to display anyway (I almost never directly display data from a list, usually there is always some processing involved anyway) – Michael Stum Sep 16 at 9:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.