Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have developed a UserControl in Visual Studio..deployed in ControlTemplates ..what I wanted to do is when user clicks on Add Item of list it executes my Custom Form which is a copy of NewForm.aspx of the list...the form name ive created is "AddProducts.aspx" which is a replica of "NewForm.aspx". Then I've opened the AddProducts.aspx in Advanced Mode...Add Register control Tag and in Content Template Main Added the UserControl which is basically based on two text boxes with one submit button.

When I click on Add Item of the list it takes it to AddProduct.aspx page ..fine..but the Title field and other list fields are appearing too...I dont want these fields to appear and don't want Toolbar also. So which lines I need to remove from AddProducts.aspx page so it only displays my UserControl only.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.