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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -