hyperlinkfield doesn't work in firefox

S

shellyshao

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!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top