[SOLVED] Only one row's Boolean==true in a table |
4/27/2016 02:35:16 | |
| ASPRunner.NET General questions | ||
|
C
ccvvccc author
I hope I can explain my case. 1 False
|
||
|
T
|
Tim 4/27/2016 |
|
I think I'd do something like this: if (values["MyColumn"] == "True") {
|
|
|
|
jadachDevClub member 4/27/2016 |
|
You can also do this by using a trigger. |
|
|
C
|
ccvvccc author 5/4/2016 |
|
You can also do this by using a trigger.
|
|
|
|
jadachDevClub member 5/4/2016 |
|
SQL Server Trigger |
|
|
C
|
ccvvccc author 5/16/2016 |
|
I think I'd do something like this: In the "After record updated" event: if (values["MyColumn"] == "True") {
|
|
|
|
Sergey Kornilov admin 5/17/2016 |
|
You will have to refresh page from your code programmatically after this update. |
|