I have created a custom list in Sharepoint 2010 using VS2012. Now I have to modify the user interface. In Schema.xml file, I see following code:
<Forms>
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
</Forms>
I want to create separate custom forms and change the look and feel.
Note: I don't want to use sharepoint designer.