Click here to Skip to main content
15,914,924 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<asp:DataList ID="DataList1" runat="server">
        <HeaderTemplate>orkut</HeaderTemplate>
           <ItemTemplate>
 <asp:TextBox ID="t1" runat="server" Text='<%#Eval("pic") %>'></asp:TextBox>
        </ItemTemplate>
                <EditItemTemplate>
                </EditItemTemplate>
        <ItemTemplate>
        <asp:CheckBox ID="c1" runat="server" />
        <img src='<%#Eval("pic") %>' height="90" width="70" />
        <asp:Label ID="l1" runat="server" Text='<%#Eval("name") %>'></asp:Label><br/>
        <asp:Label  ID="t1" runat ="server"    Text='<%#Eval("message")  %>'></asp:Label> <br/>
        <asp:Button ID="b1" runat="server" Text="reply" />
        </ItemTemplate>

when click the button i want one textbox and one button it is possible
and i want write code for this button.
Posted
Updated 6-Aug-10 21:05pm
v2

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