本文介绍了如何使用C#在asp.net的gridview中添加图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 在 Gridview 中,如下 教师姓名照片1 2 3 Sathish Dropdownlist1 Dropdownlist2 Dropdownlist3 当我点击 GridView Sathish(学院名称)我想在 GridView 中的Photo列中显示图像。 我怎么能在asp.net中使用C#。解决方案 In Gridview as followsFaculty Name Photo 1 2 3 Sathish Dropdownlist1 Dropdownlist2 Dropdownlist3 In the GridView when i click the Sathish(Faculty Name) i want to show the image in Photo column in the GridView. for that how can i do in asp.net using C#. 解决方案 这篇关于如何使用C#在asp.net的gridview中添加图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-23 23:41