blah blah blah is here! blah blah » Close

0
votes
1 answers

asp.net url question

Hi all, I have an hyperlink which passes on a value, like this: [code]HyperLink2.NavigateUrl = "www.google.com" + CheckBoxList1.Items[y].Value;[/code] My problem is, I want to pass on the value of Y to another page where ...

Feedback