This pops up a window and put the return info in the URL window????

<asp:HyperLink id="Hyperlink1" Text='<%#
DataBinder.Eval(Container.DataItem,"COMPANY") %>' NavigateUrl='<%#
GetBrowsePath(DataBinder.Eval(Container.DataItem," COMPANY_ID")) %>'
CssClass="Normal" Target="_new" runat="server" />



code behind:

Function GetBrowsePath(ByVal strArgument) As String

Return ("javascript:CenterWindow('subWindows/companyInfo.aspx?COMPANY_ID=" &
strArgument & "','700','500')")

End Function



______________________
David Fetrow
HelixPoint LLC.
[url]http://www.helixpoint.com[/url]
[email]davef@helixpoint.com[/email]

Interested in Affordable Email Marketing?
Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
If you are interested in becoming a Reseller of HelixPoint products, contact
[email]davef@helixpoint.com[/email]
______________________