Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~217 People Reached
Favorite Forums
Favorite Tags
Member Avatar for FirstProgrammer

hi [CODE]<asp:ListView ID="lvTabs" runat="server"> <LayoutTemplate> <table> <thead> <tr> <th>Icons</th> <th>Tabs</th> <th>Discription</th> </tr> </thead> <tr id="itemPlaceholder" runat="server"></tr> </table> </LayoutTemplate> <ItemTemplate> <tr> <td class="ListViewIcon"><asp:Label runat="server" ID="lblId"></asp:Label></td> <td class="ListView"><asp:LinkButton Font-Underline="false" runat="server" ID="Tabs"><%# Eval("Tabs")%></asp:LinkButton></td> <td class="ListView"><asp:Label runat="server" ID="lblType"><%# Eval("Dis")%></asp:Label></td> <td></td> </tr> </ItemTemplate> </asp:ListView>[/CODE] and on click event Code is [CODE]Protected Sub lvTabs_ItemCommand(ByVal sender As …

Member Avatar for postonoh
0
217