有关自定义 Web 控件的更多信息?
在我目前工作的地方,我们使用很多手工制作的自定义 Web 控件来实现下拉列表、自动完成框等内容,虽然我向这些控件添加了一些东西,但我从来没有真正觉得我完全理解我到底在做什么。
所以,我的问题是,有没有什么好书可以帮助我理解/构建一些自定义网络控件?
我的环境:.net、c# 3.0、linq 等
Where I currently work we use a lot of hand made custom web controls for things like dropdown lists, auto-complete boxes, etc. and while I have added things to these controls I never really felt like I completely understood what the heck I was doing.
So, my question, are there any good books out there that might help me understand / build some custom webcontrols?
My environment: .net, c# 3.0, linq, etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一些很好的链接:
http://msdn.microsoft.com/en-我们/library/zt27tfhy.aspx
http://www.15seconds.com/issue/020430.htm
http://dotnetslackers.com/articles/aspnet/BuildingGroupBoxControl.aspx
开发服务器控件这也是了解有关 ASP.NET 生命周期的更多信息的一个非常好的方法。
Here are some good links:
http://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
http://www.15seconds.com/issue/020430.htm
http://dotnetslackers.com/articles/aspnet/BuildingGroupBoxControl.aspx
Developing server controls is a really good way to learn more about the ASP.NET life cycle as well.