Hi!
I'm trying to apply Metronic theme to Repeater control in ASP.Net.
Here is the code:
<%@ Page Language="VB" MasterPageFile="~/MasterPages/Admin.master" AutoEventWireup="false" CodeFile="Clients2.aspx.vb" Inherits="Clients2" %>
<asp:Content ID="ClientsBlock" ContentPlaceHolderID="MainContent" runat="Server">
<div class="page-content">
<asp:Repeater ID="Repeater1" OnItemCommand="R1_ItemCommand" runat="server">
<HeaderTemplate>
<div class="row">
<div class="col-md-12">
<!-- BEGIN EXAMPLE TABLE PORTLET-->
<div class="portlet box blue-hoki">
<div class="portlet-title">
<div class="caption">
<i class ...
Go to the complete details ...