Click here to Skip to main content
15,897,891 members

Comments by spirospap (Top 2 by date)

spirospap 26-Jun-18 18:34pm View    
Richard, if you were anywhere near Melbourne, Australia, I would gladly buy you a beer or three! Thank you so much!
spirospap 25-Jun-18 23:15pm View    
I have also tried this:

<asp:Label ID="Label1" runat="server" Text='<%# Bind("Episode_Key") %>' ReadOnly="true" />
<asp:HyperLink ID="Detail02" runat=server Text="Detail02" NavigateUrl='~/Detail02.aspx?Episode_Key=<%# Bind("Episode_Key") %>' />

the asp:Label will allow me to use the parameter, why won't the asp:hyperlink?