c# - String to Array / Var Set .NET Bingo -
i have set of thirty numbers in db in 1 cell, separated spaces. evaluating them such:
<%# eval("winning_numbers").tostring().split(' ')[0]%> <%# eval("winning_numbers").tostring().split(' ')[1]%> <%# eval("winning_numbers").tostring().split(' ')[2]%> and forth, thirty (29). displays them in row. numbers random 75, in bingo game. able display them in table, if number between 01 , 15, displays in first row, 16-30 = second row, , forth. i'm stuck mentally there aren't finite amount of numbers in each tier - totally random. how can i'm looking for?
you looking two-dimensional arrays, check out:
Comments
Post a Comment