Gridview搜索功能求解上面有3个textbox,点击Linkbutton搜索如何实现多条件模糊查询[解决办法]拼接你的sqlstring sql="select * from table where 1=1 "if(textbox !=""){ sql+=" 条件";}