[問題] asp.net itemtemplate中dropdownlist取值

作者: moon128 (承諾不過是謊言)   2014-10-28 18:00:04
如題
今天如果我想要用類似dropdownlist.SelectedValue的方法取值
有辦法嗎?
因為我今天下拉選單寫在edititemtemplate 裡面
類似以下的寫法
<asp:TemplateField HeaderText="類別">
<EditItemTemplate>
<asp:DropDownList ID="ddltype" runat="server">
<asp:ListItem>A</asp:ListItem>
<asp:ListItem>B</asp:ListItem>
<asp:ListItem>C</asp:ListItem>
<asp:ListItem>D</asp:ListItem>
asp:DropDownList>
<asp:Label ID="type" runat="server" Text='<%#Bind("type") %>'
Visible="False">asp:Label>
EditItemTemplate>
<ItemStyle Wrap="False" />
<asp:Label ID="label1" runat="server" Text='<%#Bind("type") %>'>asp:Label>
ItemTemplate>
asp:TemplateField>
我在背景裡面用了這句
ddltype.SelectedValue
卻沒有辦法取得值 錯誤跳出ddltype尚未宣告
想請問各位有什麼辦法
可以單純只要讓我在編輯時可以取得dropdownlist裡面的值
謝謝!!
作者: GoalBased (Artificail Intelligence)   2014-10-28 18:41:00
用FindCtrol?
作者: BigLoser (大魯蛇)   2014-10-28 18:49:00
您好可以給完整一點的code 嗎這位溫拿,您可以寫一個簡單的sample呀或者把sample code寄給魯蛇我幫您看看吧
作者: pm2001 (做個盾牌眼球兵吧)   2014-10-29 01:02:00
要用FindCtrol去找
作者: CrazyAngel (無口系天然呆)   2014-10-29 01:03:00
1.把index存在commandargument,依照index去findctrl2.抓出button的namingcontainer,用這個去findctrl
作者: pm2001 (做個盾牌眼球兵吧)   2014-10-29 01:04:00
findcontrol("ddltype")
作者: moon128 (承諾不過是謊言)   2014-10-29 20:04:00
謝謝各位的回答 用findcontrol找到了 感恩!!

Links booklink

Contact Us: admin [ a t ] ucptt.com