激活和停用链接按钮

激活和停用链接按钮

本文介绍了需要一些关于网格视图的帮助 - 激活和停用链接按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个网格视图,显示来自数据库表的图像。

它有两列,一列用于显示图像,另一列用于操作按钮...

有一个动作按钮可激活和停用图像

如果标志为零,我想启用停用按钮,或者当标志为1时启用激活按钮

any想法,怎么做?

谢谢

HiI have a grid view showing images from database table.
It has two columns, one is for showing images and another for one for action button...
there is one action button to activate and deactivate image
I want to enable deactivate button if flag is zero or enable activate button when flag is one
any idea, how to do that?
thanks

推荐答案



这篇关于需要一些关于网格视图的帮助 - 激活和停用链接按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 20:30