与文本框

时间:2017-01-05 06:29:07

标签: html asp.net textbox

我在主div中有2个div,两个div都有一个组合框和一个文本框,我的问题是第二个div没有在执行时将其文本框识别/打印到网页上我的第二个div的代码是 -

"<div id="Div2" style="float: right;height:260px;     width:47%;position:absolute; margin-left:500%; margin-right:1%;background-color:lightblue; top: 0px; left: -4400px;" runat="server">
<asp:Label ID="Label6" runat="server" BorderColor="Black" Text="Matching Entry from Databank" Width="468px" style="text-align:center"></asp:Label>

<asp:Label ID="Label7" runat="server" Text="Matching Part No." Style="float: left;margin-left:10px;text-align:center" Width="143px"></asp:Label>
<asp:DropDownList ID="ddlDBPartNo" runat="server" Height="19px" Width="221px" Style="float: right;text-align:center" Enabled="False" OnSelectedIndexChanged="ddlDBPartNo_SelectedIndexChanged" AutoPostBack="true">
<Items>
<asp:ListItem Text="--Select--" Value="0"  />
</Items>

</asp:DropDownList>

<br /><br />&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<asp:Label ID="Label8" runat="server" Text="Long Description"></asp:Label>enter code here
<br />
<asp:TextBox ID="txtDBDesc" runat="server" Height="142px" Width="454px" Wrap="true" TextMode="MultiLine" Enabled="false"></asp:TextBox>

</div>"

请帮助我找到解决方案

0 个答案:

没有答案