c# - List of Data Orientation -


i have list of data want change sack of layout. example:

name1 val1 val2 val3 val4 name2 val5 val6 val7 val8 name3 val9 val10 val11 val12 

want that:

name1 name2 name3 val1  val5  val9 val2  val6  val10 val3  val7  val11 val4  val8  val12 

i'm using asp.net repeater display data thanks


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -