Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii ,

XML
<asp:Repeater ID="repEmpHeadings" runat="server" OnItemDataBound="repEmpHeadings_ItemDataBound">

                                                          <ItemTemplate>


XML
<div></div>
<div></div>


</ItemTemplate>
                                                     </asp:Repeater>


This is my repeater structure ..

Now inside it i am displying my data in three div whic becomes one complete row ..

What want to do is , on clicking anywhere on this row i want to show a modelpopup contain these datas belongs to that row ...

Please suggest ... i had created one ticket but for some reason it wasnt displaying on page properly so creating this question again ..
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900