Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Bailey Evans   on May 19 In Asp.net Category.

  
Question Answered By: Garry Sanchez   on May 19

I am not creating this dynamically, any other suggestions? Here is the
WebForm page:


<form runat="server" ID="Form1">
<asp:repeater id="acct" runat="server">
<ItemTemplate>
<table width="199" align="left">
<tr>
<td align="left">
<asp:TextBox ID="CasinoName"
Runat="server">Hello</asp:TextBox>
<asp:TextBox ID="First"
Runat="server">First</asp:TextBox>
<asp:Button Runat="server" Text="Button1"
ID="Button1" NAME="Button1" onclick="Button1_Click"></asp:Button>
</td>
</tr>
</table>
</ItemTemplate>
</asp:repeater>
</form>

Share: 

 

This Question has 15 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Repeater Control Or get search suggestion and latest updates.


Tagged: