blah blah blah is here! blah blah » Close

0
votes
1 answers

Hyperlink asp control doesn't appear when set

Hi, I've got an XML file with one <title> and one <link> attribute. What I want to do is implement a hyperlink with the name of the <title> element and whose NavigateUrl property is set to the <link> element. For ...

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