Orcun Gumus

Orcun Gumus

  • NA
  • 1
  • 15.3k

Auto-ID

Feb 6 2011 1:26 PM
<asp:ControlParameter ControlID ="nameText" PropertyName="Text" Name="Name" Type="String" />



InsertCommand="INSERT INTO [TableOne] ([PersonID], [Name], [Image]) VALUES (@PersonID, @Name, @Image)

Performing this work, PersonID (Primary Key) 's wants. But I want to program make a Primary Key. What should I do?

Thank you.

Answers (2)