我想將中繼器控制值存儲到數據庫表中。我有一個與相應的文本框三個標籤的中繼器控制。如何將中繼器控制值存儲到數據庫中
<asp:Repeater ID="RepeatInformation" runat="server">
<ItemTemplate>
<tr>
<td valign="top" class="style3">
<%#DataBinder.Eval(Container,"DataItem.fldleavename")%>
</td>
<td valign="top">
<asp:TextBox ID="TextBox1" runat="server" CssClass="textbox" ></asp:TextBox>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
Repeater控件格式:
Casual Leave : Textbox1
Medical Leave : Textbox1
Annual Leave : Textbox1
我怎麼可以存儲轉發值數據庫。我沒有想法存儲這個值請幫助我..
認罪代表控制 //獲取數據給出一個示例代碼.. – Fernando 2012-02-21 11:28:59