T
t0mt0mboy
Hi all,
I have a base aspx page that consist a navigation user control and a
placeholder. The navigation user control consists of linkbuttons.
When you click on a linkbutton, it will load the appropriate ascx page
in the placeholder. The problem I'm having is that one my linkbutton
is a search linkbutton. It will then load the search.ascx into the
placeholder. In the search.ascx page has a search button which loads
data into the datagrid. WIthin the datagrid has a column which contain
linkbuttons to get its details. In the navigation user control, from
the details page, I need to enable a linkbutton 'Return to Search
Results'. Does anyone have any idea how would I access the 'Return to
Search Results' linkbutton in the navigation user control? Thanks.
I have a base aspx page that consist a navigation user control and a
placeholder. The navigation user control consists of linkbuttons.
When you click on a linkbutton, it will load the appropriate ascx page
in the placeholder. The problem I'm having is that one my linkbutton
is a search linkbutton. It will then load the search.ascx into the
placeholder. In the search.ascx page has a search button which loads
data into the datagrid. WIthin the datagrid has a column which contain
linkbuttons to get its details. In the navigation user control, from
the details page, I need to enable a linkbutton 'Return to Search
Results'. Does anyone have any idea how would I access the 'Return to
Search Results' linkbutton in the navigation user control? Thanks.