<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.