Create custom SharePoint 2010 list form for deploy as list instance using Visual Studio 2010
Hi ,
To create a custom form for custom list through visual studio Please follow below link for detailed explanation.
This article is very use full for me.
Custom List edit form
or
also we deploy the cutom page as application page also.
For deploying the custom list page as application page do changes as follow.
in schmea.xml file give file path as follows
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="LAYOUTS\customEdit\CustomEdit.aspx" WebPartZoneID="Main" />
To create a custom form for custom list through visual studio Please follow below link for detailed explanation.
This article is very use full for me.
Custom List edit form
or
also we deploy the cutom page as application page also.
For deploying the custom list page as application page do changes as follow.
in schmea.xml file give file path as follows
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="LAYOUTS\customEdit\CustomEdit.aspx" WebPartZoneID="Main" />
Comments