4
Answers

Multiple Primary Key in SQL Server2005

Photo of Faisal Ansari

Faisal Ansari

13y
1.2k
1
hello guys how r u ?

my question is that, can we keep more then one primary key in a single table in sql server2005? if yes then kindly tell me how ? and if no then kindly tell me the reason?

Reply Soon

Thanks.

Answers (4)

0
Photo of Dipen Lama
NA 331 195.9k 18y
Use Place holder control to place the user control dynamically.
Here is some lines:

    string userControlName = "UserControl1.ascx"; 
 
    Control control1 ;
    control1 = LoadControl( userControlName );
    placeHolderControl1.Controls.Clear();
    placeHolderControl1.Controls.Add( control1 );