webforms - asp.net listview with two rows in grouptemplate -
first question on s.o. i have search result page in asp.net , have problems - have (for each "box") image of book cover , title of book knowing images aren't same height, want able vertically align them bottom. searched hard on web , found solution using display table/table-row/table-cell. everything works fine, using listview 's grouptemplate (as row) , itemtemplate (as cell) if want display images - - want images vertically aligned bottom , book's title below (with link "learn more" below title). knowing couldn't put book title in same cell image (because sometime title take 2 lines, break design again...), think need row (like in code below). tought putting 2 rows in grouptemplate work listview doesn't seem give me hability call 2 different itemtemplates (one image , 1 text placed in row, below image). any appreciated , if have other alternatives, i'm opened suggestions. bear in mind need datapager listview - think - way go. h...