tags:

views:

29

answers:

2

Hi SharePoint Experts, Can use my custom page to add/Edit item from sharepoint list? if yes how? Do i need to do any config changes?

+1  A: 

Sure you can! Check Create a custom list article form from Microsoft site. You will use SharePoint Designer 2007 for all the customizations. It also allows you to convert every form to HTML/XSLT and to customize it even further.

Toni Frankola
+1  A: 

In SharePoint Designer, create a new ASPX Page then go to Insert => SharePoint Controls => List Form or Form Web Part and play around to see if it fits your needs.

F.Aquino