Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
For Chk1 is in Processing
# | Status | CheckBox Column |
1 | In Processing| Chk1 checked |
2 | Requested | Chk2 checked |
3 | Requested | Chk3 checked |

After Completed Chk1 process the output will be like this. chk2 is started its process:

# | Status | CheckBox Column |
1 | Completed | Chk1 Disabled |
2 | In Processing| Chk2 checked |
3 | Requested | Chk3 checked |


# | Status | CheckBox Column |
1 | Completed | Chk1 Disabled |
2 | Completed | Chk2 Disabled |
3 | In Processing| Chk3 checked |



# | Status | CheckBox Column |
1 | Completed | Chk1 Disabled |
2 | Completed | Chk2 Disabled |
3 | Completed | Chk3 Disabled |


i want this functionality using javascript in asp.net
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900