I have developed a custom ASPX SharePoint application page using Visual Studio. I would like to use that page as the EditForm and DisplayForm for the custom content type.
At the moment, my page is receiving some values as HTML page parameters through page URL extensions. If my page becomes EditForm and DisplayForm, how do I pass those parameters to it? Parameters are list guid, list title and item id.
Lastly, my custom ASPX page contains a related code-behind file. If it becomes EditForm and DisplayForm, what happens to the code behind?
Any help on this would be greatly appreciated. I am looking for some resources on the net, preferably with some code examples. Thanks!