vote up 1 vote down star

Is there a way to change the default pages used to edit/create/view a Sharepoint list item without using SharePoint designer? Since I've already created the aspx files on the development machine, it seem's a bit silly to have to install SharePoint designer on the customers server just to set a few default pages.

flag

2 Answers

vote up 2 vote down check

If you create a custom list definition, you can define your own create/edit/list pages. Take a look at the schema.xml in an existing list definition feature, such as DocumentLibrary. For each View there's a SetupPage attribute which points to the list page, and there's a Forms section at the end where you define the DisplayForm, EditForm and NewForm. 'pages\form.aspx' and 'pages\viewpage.aspx' refer to the 12\template\pages folder.

link|flag
vote up 2 vote down

You can upload the files using a power shell script or an .NET console app. You can upload the files using a solution and a feature.

I recommend using STSDev to create solutions and features for any customisations. The extra work in figuring out the complexities in STSDev, features and solutions is worth it in the confidence I have come release time.

link|flag
Features are the correct way to deploy any and all content – MrChrister Oct 29 '08 at 15:46

Your Answer

Get an OpenID
or

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