摘要:
首先看看效果:文本框与搜索铵钮放在母版页(MasterPage),每个将搜索结果显示在aspx网页上,如Label,或者是搜索网页的上的内容,如果DropDownList或是RadioButtonList等。当然方法明白了,把处理的结果显示在GridView,DataList或是Repeater等数据控件上是没有问题。关键的地方,Insus.NET使用了一个interface接口,因为不同对象处理不同的结果。ISearchable usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;///&l 阅读全文