I am new to SharePoint and want to discuss an issue I want to create a feature that will create custom application page (registration form) and a custom list to store registration form's data. I can create list but i have no idea about how to create registration form ? Should i create .ascx Control for registration form and then add that Control to feature ? Is it correct idea ? Secondly, How i create custom application page in SharePoint ?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
It's faily easy to create a custom application page. You can add a application page in existing solution or new solution. Example below is with Empty SharePoint Project template:
You can also add User Control (ascx) to custom application page as well. |
|||||
|

