ASP.NET page load issue
Okay my webpage loads an SSRS. On the first page it asks for 6 different different parameters and once I click View report another page loads but it's on the same page. The only difference is that the SSRS is posted and there is a new search button and a back button. Those two buttons are loaded in a default.asp.vb source file which contains: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not Page.IsPostBack Then hypNewSearch.Visible = False newSearch.Visible = False Else hypNewSearch.Visible = True newSearch.Visible = True End If End Sub End Class When I click a item in the SSRS list a summary page loads and those two icons are still there, is there anyway I can make those item not visible?
February 10th, 2011 8:07am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics