Hi. I view my MS access data in a page as listview. It includes pictures to. (unique ones for each one). I can search for the datas in listview in this page. But What I wanna do is to search in the page, for example, search.aspx for the page named hotels.aspx. How could I do that?
I can make it redirect the page to another with hyperlink as follows but I wanna do it with button; <asp:HyperLinkField DataNavigateUrlFields="ID"
DataNavigateUrlFormatString="Emergency-Family-Info.aspx?ID={0}" HeaderText="Acil/Aile"
Text="Acil/Aile" ItemStyle-HorizontalAlign="Center" >
<ItemStyle HorizontalAlign="Center" />
</asp:HyperLinkField>
...
Go to the complete details ...