本文介绍了控制ID未在Intellisence中显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在asp.net中有一个文本框控件,但是当我在.aspx.cs文件中编程时,它不会进入Intellisence的控制列表。

我的代码在这里...

 <   td     colspan   =  4    style   =  text-align:left; padding-left:5Px; >  
< asp:TextBox ID = TextBox1 runat = server 宽度 = 90% > < / asp:TextBox >
< / td >







有什么错误,请帮帮我...

解决方案



i hv a textbox control in asp.net , but when i am programming in .aspx.cs file its not coming in control list of Intellisence.
my code is here...

<td colspan="4" style="text-align: left; padding-left: 5Px;">
                            <asp:TextBox ID="TextBox1" runat="server" Width= "90%"></asp:TextBox>
                            </td>




is there any error, please help me...

解决方案



这篇关于控制ID未在Intellisence中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 19:52