ASP.NET 会员控件(我可以看到里面吗?)
我正在研究 ASP.NET 成员资格控件 (2008),并将它们放到网页上以了解其工作原理。在我下载的一些 ASP.NET 入门工具包网站示例中,我注意到在 asp:control 标记之间,我可以看到组成部分的所有标记,如文本框、标签和按钮等。但是,使用我所使用的成员资格控件在 2008 年使用时我没有看到这些其他标签。这是因为入门套件示例来自旧版本,还是可以公开这些内部标签?看来这使得自定义控件成为可能。谢谢
I am looking at ASP.NET membership controls (2008) and have been dropping them onto web pages to see how it all works. In some ASP.NET starter kit web site examples that I downloaded, I notice that between the asp:control tags I can see all the tags of the constituent parts like the textboxes, labels and buttons etc. However with the membership control that I am using in 2008 I do not see these other tags. Is this because the starter kit examples are from an older version or is it possible to expose these inner tags? It seems that this would make it possible to customize the controls. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您已将登录控件添加到项目页面,如果单击控件右上角的智能标签,您将找到一个选项
that will allow you to see the same things that you can see in the starter kit project
我希望这有
帮助
Let's say if you have added a login control to your project's page, if you click on the smart-tag at top right corner of the control, you will find an option
that will allow you to see the same things that you can see in the starter kit project
i hope this helps
regards