how to specify 2 datakeys values in datalaist and access them in code behind.cs
i have datakeys values[ID, Name] now i need to access the these开发者_运维问答 value in itemupdating event of datalist control can any one give the syntax for it
thank you
should be like..
dvlist.DataKey["datakeyName"]
OR
dvlist.DataKey[keyindex]
精彩评论