外观模仿的Bing CSS用的外联样式表的方式---(下面有HTML结构 不喜欢的可以重写CSS)
51bcw 使用了sql2000 中的pubs数据库中的authors表进行了测试。
可自行修改:
web.config中的<add name="ds071ConnectionString" connectionString="Data Source=.;Initial Catalog=pubs;User ID=sa;Password=sa"
providerName="System.Data.SqlClient" />
修改数据库连接语句。
dafault.aspx文件中的 SqlDataSource 的SelectCommand 属性是连接语句;MySearchControl中的DataField属性是字段名
测试注意,字母区分大小写。