Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: DataList Question


Message #1 by "Rich K" <rich@r...> on Mon, 23 Sep 2002 08:36:11 -0400
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 = ????


  Return to Index