asp.net - Repeating loop using for condition -
<li style="width: 20%"> <div class="thumbnail" style="width: 200px"> <div class="fader"> <img src="./images/slide-01.jpg" alt=""> </div> <div class="caption"> <h5> thumbnail label</h5> <p> porta gravida @ eget metus. nullam id dolor id nibh ultricies vehicula ut id elit.</p> <p> <p align="center"> <asp:button runat="server" class="btn btn-primary" id="lnk" text="view" /> </p> </div> </div> </li>
if want repeat list 12 times using loop or other looping condition.
can how solve !!
you can use asp:repeater
type of scenario if using webforms
Comments
Post a Comment