I create a custom task list with a custom content type and it works fine. All
the new created columns show correctedly in the new/edit/display forms
associated with this list.
Now I try to replace the default edit form aspx with a custom one.
I used Sharepoint Designer and did the follwing
-Create a new ASPX page
-Insert Sharepoint Control
-Choose Custom List Form...
-Pick my custom task list and the content type.
But after this, nothing happened. I mean no code(columns of fields)has been
inserted.
Another strange thing is when I open the default edit form aspx for my custom
task list, it only shows three genric columns with names such as Name1, Name2,
etc. It is totally different from when I run this edit form from IE or
Firefox(in which all the columns shown as I expected).
Please let me know why this happened? What might I miss?