效果:

步骤:
打开路径为:C:\Inetpub\wwwroot\Tools\business\home_biz.aspx
查找

Code
1 <table width="100%" height="100%" cellspacing="0" cellpadding="0">
2 <tr height="34">
3 <td>
4 <table width="100%" cellpadding="0" cellspacing="0">
5 <col width="60%"><col width="20"><col><col width="40%">
6 <tr>
7 <td></td>
8 <td></td>
9 <td nowrap class="home_biz_td_AppViewSelector"><span style="color:#000000;font-weight:<%= CrmStyles.GetFontResourceAttribute("General.Bold.font_weight") %>;"><loc:Text ResourceId="Web.View_Label_70" runat="server"/></span></td>
10 <td><cnt:AppViewSelector runat="server" id="crmViewSelector"/></td>
11 </tr>
12 </table>
13 </td>
14 </tr>
15 <tr height="20">
16 <td><mnu:AppGridMenuBar id="crmMenuBar" runat="server"/></td>
17 </tr>
18 <tr>
19 <td><cnt:AppGrid runat="server" id="crmGrid" /></td>
20 </tr>
21 </table>
22
替换为

Code
1 <table width="100%" height="100%" cellspacing="0" cellpadding="0">
2 <tr height="34">
3 <td>
4 <table width="100%" cellpadding="0" cellspacing="0">
5 <col width="60%"><col width="20"><col><col width="40%">
6 <tr>
7 <td><cnt:AppQuickFind id="crmQuickFind" runat="server"/></td>
8 <td align="center"><span class="homepage_span"> </span></td>
9 <td nowrap class="home_biz_td_AppViewSelector"><span style="color:#000000;font-weight:<%= CrmStyles.GetFontResourceAttribute("General.Bold.font_weight") %>;"><loc:Text ResourceId="Web.View_Label_70" runat="server"/></span></td>
10 <td><cnt:AppViewSelector runat="server" id="crmViewSelector"/></td>
11 </tr>
12 </table>
13 </td>
14 </tr>
15 <tr height="20">
16 <td><mnu:AppGridMenuBar id="crmMenuBar" runat="server"/></td>
17 </tr>
18 <tr>
19 <td><cnt:AppGrid runat="server" id="crmGrid" /></td>
20 </tr>
21 </table>
22
保存。
浏览看一下,快速搜索是不是出来了。就这么简单。哈哈!