Now, i want to use that display style-----multiple lines in one page. for example,i hava one page to display user's basic information.
UserID Name Gender ... 0001 Tom male 0002 Linda female .... in Action class I executed one query,and got data of all users.but what's the right way to process the data and display them in one page? Thanks in advance. best regards, Laker