<form method= "POST" runat= "Server" >
<center>
<font face= "Verdana" Size=4>custom navigation</font><br>
<table border= "0" width= "90%" >
<tr><td>
<p align= "Justify" ><font face= "Verdana" size= "1" >
The default navigation method for the Crystal Reports Web Form Viewer control is the Toolbar
Panel. However, Web developers can create their own navigation for the. In
The example below, the Toolbar is hidden, and the user navigates the "the" by clicking image
button controls in the navigation bar along the left side of the page. This is provides for a very
Customizable interface to suit any Web site. This also demonstrates the Web Form Viewer
Can respond to the events fired by the other Web Controls easily.
</font>
</td></tr>
</table>
<br>
<table border= "0" width= "90%" >
<tr>
<TD valign= "Top" bgcolor= "#bfa57d" width= "230" >
<font face= "Arial" size= "3" color= "White" ><b><i>xtreme Mountain bikes</i><br>
<font size= "2" >customer profile</b></font><br><br><br>
<font size= "1" > <b>change pages</b></font><br>
<asp:imagebutton id= "btnFirstPage" runat= "Server" imageurl= "Images/first_page.gif" tooltip= "the" "The" "A", "" "/>
<asp:imagebutton id= "Btnprevpage" runat= "Server" imageurl= "Images/prev_page.gif" tooltip= "Previous page"/>
<asp:imagebutton id= "Btnnextpage" runat= "Server" imageurl= "Images/next_page.gif" tooltip= "next page"/>
<asp:imagebutton id= "Btnlastpage" runat= "Server" imageurl= "Images/last_page.gif" tooltip= "last Page"/>
<br><br>
<font size= "1" > search for text<br></font>
<asp:textbox id= "Txtsearch" runat= "Server" width= "M"/>
<asp:button id= "btnsearch" runat= "Server" height= "Search" text=
</font>
</td>
<TD valign= "Top" align= "Middle" >
<crystalreports:crystalreportviewer id= "CrystalReportViewer1" runat= "Server" width= "350px" height= "50px" Pagetotreeratio= "4"
Displaytoolbar= "false" displaygrouptree= "false"/>
</td>
</tr>
</table>
</center>
</form>
</body>
Customnav.cs
Using System;
Using System.Web.UI;
Using System.Web.UI.WebControls;
Using Microsoft.Win32;
Using Seagatesoftware.web;
Using System.Web.UI.WebControls;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.