I have developed a UserControl in Visual Studio 2010 and deployed into "\ControlTemplates\MyCustomUserControls\" folders. The control has only two textboxes along with the label and on page load initializing both textboxes with some values.
Then I've created a Custom List with two fields and using SPD I've copied the NewForm.aspx to NewProductForm.aspx ..What I want is to erase the html from NewProductForm.aspx and insert my own UserControl inside..and when user click on Add Item it would display my custom user control based form.
Just dont know what to remove from NewProductForm.aspx and how to embed control in it.