如何将简历另存为gridview中的链接,并且该链接应该打开? [英] how to save the resume as a link in gridview and that link should open?

查看:62
本文介绍了如何将简历另存为gridview中的链接,并且该链接应该打开?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



谁能知道.



Can anyone know.

how to save the resume as a link in gridview and that link should open?

推荐答案

在模板列中尝试这样的代码-
Try code like this in a template column -
<asp:templatecolumn >
  <itemtemplate>
    <asp:hyperlink navigateurl='<%#Eval("url")%>' text="view" runat="server" id="resume path"/>
  </itemtemplate>
</asp:templatecolumn>



如果通过链接路径找到文件,浏览器将自动从该位置打开文件.



If the file is found through the link path, the browser will automatically open the file from that location.


这篇关于如何将简历另存为gridview中的链接,并且该链接应该打开?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆