User192086165 posted
i found the solution. if you are using datagrid , and you want to show multiple records in one row. you may no need to use , repeater , or dataset , datatable , simple do one thing.
<div id="grdTest">
//////// grid view Here /////
</div>
and add this to your CSS
#grdstyle br ,tr
{
display:inline;
}
its fully resolved my issue , may this trick will be also helping for you