Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的网站允许用户下载作为 blob 存储在数据库中的文件,数据库保存 fileID 文件名和文件。我有一个包含两列的网格视图,fileName 和一个模板列,它是数据绑定到 fileID 并有一个链接按钮。单击链接时,它会调用下载文件的函数。该函数需要fileID来下载文件,我如何获取绑定到所选链接按钮的fileID。
我正在使用 vb.net
CommandArgument将的数据绑定LinkButton到文件的 id
CommandArgument
LinkButton