Hi All,
I came across a table creation code which uses html tags.
Code:
"<a class='gridlink' targe='_self' href = 'NamedZone.aspx?flag=I&lat=" & _
                        '           zoneLat & "&long=" & "</a>
Now this navigates to another page. But I need to add one variable from JavaScript to a hidden value.For this I need the request to hit the server and navigate to that page.

I was just to trying to create one Hyperlink control using HTML. But not succeeded. Has any one any idea ?

Thanks in Advance