User-330204900 posted
First of all welcome [:D] to the wonderful world of DD
If you are using Linq to SQL that is the Dynamic Data Website or
Dynamic Data Web Application Project the Entity Framwork stuff has Entity Framewrok in the name [:D], then its easy you just select the column in the Designe view, and in the
Column Properties expand Identity Specification and set the
(Is Identity) to Yes and your done.
the Entity Framwork is the same in SQL but the column will show in the Details, Edit, Insert and List pages you will have to use metadata to hide the column with [ScaffoldColumn(false)]
Hope this helps [:D]