all groups > asp.net webservices > december 2004 >
You're in the

asp.net webservices

group:

Checkbox problem


Checkbox problem JIM
12/25/2004 7:53:40 PM
asp.net webservices:
Hello,

I would like to solve the following problem :

I've a web site with ex. 5 checkboxes
Each checkbox contains the name of a certain task
ex.
asp:Checkbox 1: Task 1
asp:Checkbox 2: Task 2
...
asp:Checkbox 5: Task 5

Each time a task is finished on the server I would like to
inform the user that the task is finished by checking the checkbox to true
(Checked = True)
But I only see those checkboxes checked when the last tast is finished
(Then I see all 5 checkboxes checked)

How can I force my website to show each checkbox checked when a task
is finished ?

I'am using asp.net with Visual Studio 2003

Many thanks !

RE: Checkbox problem R. Thomas, aka Xtreme.Net
12/26/2004 7:45:05 PM
It depends on how you are using the code..
usually if I am trying to do something like this, I dont think there will a
problem..
what I will do in the most simplest way, is to chek the box and make a
postback, and its done!
Maybe you can tell us a bit more about how YOU are trying to achieve this by
posting some code or putting ur concept down here...
Hth...
AddThis Social Bookmark Button