Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Checkbox problem

Reply
Thread Tools

Checkbox problem

 
 
JIM
Guest
Posts: n/a
 
      12-25-2004
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 !


 
Reply With Quote
 
 
 
 
R. Thomas, aka Xtreme.Net
Guest
Posts: n/a
 
      12-27-2004
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...
R. Thomas
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASPNET CheckBox and a CheckBox in a TemplateField Jason Huang ASP .Net 0 06-29-2007 12:35 AM
DataGrid and embeded Checkbox..How to find if checkbox clicked =?Utf-8?B?RG90TmV0RGV2?= ASP .Net 1 10-06-2006 04:11 PM
disable checkbox list checkbox Vikram ASP .Net 1 01-25-2006 02:59 PM
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked. Joey Pang ASP .Net Datagrid Control 4 06-13-2005 02:29 AM
Text on Checkbox below the checkbox tshad ASP .Net 0 04-14-2005 11:26 PM



Advertisments