DotNetGnat
Programmer
Guys,
i am binding an array to the datagrid as shown below
i am not sure how to set the datakeyfield??
-DNG
i am binding an array to the datagrid as shown below
Code:
string[] blah;
blah = GetMyArray();
mydg.DataSource = blah;
[red]mydg.DataKeyField = ???[/red]
mydb.DataBind();
i am not sure how to set the datakeyfield??
-DNG