472,126 Members | 1,585 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

hyperlinkfield doesn't work in firefox

Hi everyone,

I have tried looking everywhere to fix this. Any help would be
appreciated.
Situation: Developing a web application for company intranet.
Application allows users to download files found from a server search
functions.
Problem: Files being attempting to be downloaded on Firefox do not
work.
Code: C#, aspx
On IE the link will appear correctly with a "file://Network
ComputerName/Directory/Subdirectory/yadda.txt"
On Firefox the link will appear like this
"http://localhost/AppName/\\Network
ComputerName\Directory\Subdirectory\yadda.txt"
Here is the aspx snippit
<asp:GridView ID="blah" runat="server" >
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="Url"
DataTextField="Name"/>
</Columns>
</asp:GridView>
Anyone with any suggestions or inquireres would be GREATLY
APPRECIATED!!!!

May 30 '06 #1
0 983

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by John Smith | last post: by
1 post views Thread by pargat.singh | last post: by
8 posts views Thread by =?Utf-8?B?TWlrZSBSYW5k?= | last post: by
reply views Thread by =?Utf-8?B?RGFu?= | last post: by
4 posts views Thread by Jeff | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.