Hi,
I have Imagebutton in first page as follows. Now in the 'SearchResults.aspx" page, i shoud have a if condition such that the condition shoud test whether the navigatios is through imagebutton control or not.Can someone help ?
<asp:ImageButton ID="btnSearchJob" runat="server" ImageUrl="assets/images/buttons/search_jobs_off.gif"
PostBackUrl="SearchResults.aspx" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(this.id,'','assets/images/buttons/search_jobs_on.gif',1)"