Use array: find item index (C#) : Array « Collections « ASP.Net
Use array: find item index (C#) : Array « Collections « ASP.Net ... void Page_Load(){ if (Page.IsPostBack){ string[] choice = new string[3]; choice[0] = "1"; choice[1] = "2"; choice ...
www.java2s.com |