2
Answers

Auto-ID

Photo of Orcun Gumus

Orcun Gumus

14y
15.4k
1
<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)