⑴ web表单控件类型有哪些
Button, ImageButton, LinkButton.区别在于呈现的html不同。他们也有一些具体的属性不同。LinkButton : WebControl, IButtonControl, IPostBackEventHandlerButton : WebControl, IButtonControl, : Image, IPostBackDataHandler, IPostBackEventHandler, IButtonControl从继承树上看,Button和LinkButton都直接继承自WebControl。但是ImageButton是经过Image才继承自WebControl的,另外它实现了IPostBackDataHandler接口。
⑵ 什么是WEB控件
web控件是在服务器端运行的,而html控件是客户端运行的.
通俗点说就是web控件是在服务器端运行后生成静态代码传给客户端浏览器,html控件就白了就是原来的html标签,是直接被客户端浏览器解释的.
好处是大大减少代码编写量.
⑶ Web的列表控件有哪些呀谢谢!
常用的有
DataGridview
Datalist
Datarepeater
别的应该还有,但是基本你把其中任何一种用熟了就足够了。