aspx thread: DataList Question
Could someone tell me how to extract the value a DataList control Item. I can select the index, but I need to extract the value of the item selected. Thanks in advance. Rich string dataindex; dataindex objArgs.Item.ItemIndex.ToString(); string datavalue; datavalue = ????
|





