brwwiggins,
Hey...sorry I been MIA on this question! So I re-read and scanned lots of 'possible' combinations on EE that could point me in the right direction PER YOUR SUGGESTION.
In the script area I needed to flag 2 events...the onpageload and user clicking on "Select" in the gridview1...so I tweaked it like this:
<script runat="server">
'-------------------------
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Me.HyperLink1.Enabled = False
End Sub
'-------------------------
'-------------------------
Protected Sub GridView1_SelectedIndexCha
Me.HyperLink1.NavigateUrl = "~/products_EMail.aspx?Rec
Me.HyperLink1.Enabled = True
End Sub
</script>
Saved and ran it...WORKS LIKE A CHARM!
Points to you and thanks again...
dm
Main Topics
Browse All Topics





by: brwwigginsPosted on 2008-03-31 at 20:32:01ID: 21251044
I don't see the code for it but on the action that shows the detailsview add code to enable the request for quote link. Set the properties on the request for quote link to be disabled upon initial page load.