reapeter/datagrid help

smashedyastack

New Member
here's the scenario.<BR>i want to display 4 seperate groupings of columns in a table like so<BR><tr><BR><td>XX</td><td>XX</td><td>XX</td><BR></tr><BR><Tr><BR><td>YY</td><td>YY</td><td>YY</td><td>YY</td><td>YY</td><BR></tr><BR>where the td data is dyanamic data from a database.<BR>i want to use <ItemTemplate> so i can format the data.<BR> here's my question. how do i us one repeater or datagrid and dynamically add new itemTemplates and new rows so i don't have to create multiple repeaters and datagrids.<BR><BR>thanksAm having the same Problem of using conditional Statements within the Repeater Control. Please let me know if u come across a solution
 
Back
Top