Hi,

I have a dataset that is filled with data in the vb.net design part of my webform1.aspx. I am then trying to refer to it in the html bit by the following line.
Code:
<asp:HyperLink id="Hyperlink1" runat="server" NavigateUrl="http://www.vbforums.com">'<%dataset1.Tables(0).Rows(0).Item(1)%>'
but it says dataset1 is not declared. How do i get to use it in my html code?

Many thanks
Nick