本文介绍了如何在ASP.NET中编写循环,直到所有条件都成立为止。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Asp.net中编写一个循环,直到所有成员都签署文件为止?我有代码,在那个代码中,有一个错误,让所有人签名都是真的,虽然只有一个人签字。



任何人都可以帮助我吗? br $> b $ b

我尝试了什么:



我试图创建for循环和在asp.net中的foreach循环但是没有用。

How can I write a loop in Asp.net to run until all the member has signed off the document? I have the code and in that code, there is a bug which makes all persons sign off true although only one has sign-off.

Can anyone help me?

What I have tried:

I tried to create for loop and foreach loop in asp.net but did not work.

推荐答案



这篇关于如何在ASP.NET中编写循环,直到所有条件都成立为止。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 17:41