Hi,
I am working on a request whereby I have to customize the NewForm.aspx. The form will have roughly about 30 controls. One of the controls on the form will pull data from a web service. Another will pull data from a sharepoint list, this is quite complex as there will be some logic involved. The form data will then be input as the items into the Main SharePoint list.
I do know that there will be some code behind on the custom NewForm.aspx, and that it has to be done on Visual Studio.
I am confused between the application page, custom form web part, or is there any others missing out. Which one of this the best practice, also can someone point out some msdn articles. I found some on the Net, but I find the guides too complicated and am finding it difficult to understand.
Please help