Author: nscotney | Posted on: 5/28/2009 7:34:04 AM | Views : 1068

Hi All,
 I am in the middle of creating a bit of code for my page and am stuck. I basically have a repeater of my items from my database. What i am looking to do, is when the user clicks on an LinkButton a modalPopupExtender appears and displays the information i want.  In order to test this, i wrote a simple bit of code that returns the CommandArgument to a Label within the Popup, however this doesnt seem to work.  The popup appears as it shoudl without the label. 

Could someone please advise how i can resolve this issue please.  My code follows 

Repeater
<asp:Repeater id="rptProcessing" runat="server" OnItemCommand="rptProcessing_ItemCommand">
    <ItemTemplate>
        <tr>
            <td widt ...

Go to the complete details ...