Click here to Skip to main content
15,888,158 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Retrieve time from browser Pin
N a v a n e e t h18-Dec-08 18:24
N a v a n e e t h18-Dec-08 18:24 
GeneralRe: Retrieve time from browser Pin
Guvera18-Dec-08 18:47
Guvera18-Dec-08 18:47 
GeneralRe: Retrieve time from browser Pin
N a v a n e e t h18-Dec-08 18:53
N a v a n e e t h18-Dec-08 18:53 
QuestionWhich CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 13:21
Ekjon18-Dec-08 13:21 
AnswerRe: Which CheckBox was clicked in a CheckBoxList Pin
Expert Coming18-Dec-08 13:36
Expert Coming18-Dec-08 13:36 
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 17:06
Ekjon18-Dec-08 17:06 
AnswerRe: Which CheckBox was clicked in a CheckBoxList Pin
Christian Graus18-Dec-08 14:42
protectorChristian Graus18-Dec-08 14:42 
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 17:20
Ekjon18-Dec-08 17:20 
Hello Christian,

If the CheckBoxList is databound, in the page load, I get the information from the table and bound it with the CheckBoxList - If(!Page.IsPostBack){...}.
Therefore, some boxes appear as selected based on the table data.
Now, when a selected box is clicked - I need to do 2 things - i) know which one was clicked and based on that, ii) delete info from the table and refresh the display based on new info.

The problem - since the CheckBoxList is databound, when a selected one is clicked - if I don't delete that record from the table, the de-selection doesn't work. Even if I maintain a list of selected ones, now with a click if I don't know which one was clicked - I cannot delete it from the table. So maintaining a list here is not helping.

But I am sure you can indicate the right direction.
Thanks.

Ekjon
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Christian Graus18-Dec-08 17:33
protectorChristian Graus18-Dec-08 17:33 
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 18:45
Ekjon18-Dec-08 18:45 
QuestionAJAX User Controls Access from inside or outside assembly Pin
Leo Smith18-Dec-08 9:39
Leo Smith18-Dec-08 9:39 
QuestionWhy can I not update node attribute right after node created? Pin
crystal915418-Dec-08 6:43
crystal915418-Dec-08 6:43 
AnswerRe: Why can I not update node attribute right after node created? Pin
Christian Graus18-Dec-08 11:19
protectorChristian Graus18-Dec-08 11:19 
QuestionHow to refresh WebForm from the client side after clicking the drop down list? Pin
raziknp18-Dec-08 4:12
raziknp18-Dec-08 4:12 
AnswerRe: How to refresh WebForm from the client side after clicking the drop down list? Pin
Rutvik Dave18-Dec-08 4:44
professionalRutvik Dave18-Dec-08 4:44 
QuestionSqlTransaction Pin
vjvjvjvj18-Dec-08 3:41
vjvjvjvj18-Dec-08 3:41 
AnswerRe: SqlTransaction Pin
Parwej Ahamad18-Dec-08 5:00
professionalParwej Ahamad18-Dec-08 5:00 
QuestionRequest.querystring Problem. Pin
kavitha_blueindia18-Dec-08 3:15
kavitha_blueindia18-Dec-08 3:15 
AnswerRe: Request.querystring Problem. Pin
Abhijit Jana18-Dec-08 3:22
professionalAbhijit Jana18-Dec-08 3:22 
GeneralRe: Request.querystring Problem. Pin
kavitha_blueindia18-Dec-08 4:29
kavitha_blueindia18-Dec-08 4:29 
AnswerRe: Request.querystring Problem. Pin
Nishant Singh18-Dec-08 4:08
Nishant Singh18-Dec-08 4:08 
GeneralRe: Request.querystring Problem. Pin
J4amieC18-Dec-08 5:15
J4amieC18-Dec-08 5:15 
QuestionHow to change the color of Div based scrolls in Mozilla firs fox ? Pin
King Shez18-Dec-08 3:08
King Shez18-Dec-08 3:08 
AnswerRe: How to change the color of Div based scrolls in Mozilla firs fox ? Pin
Abhijit Jana18-Dec-08 3:17
professionalAbhijit Jana18-Dec-08 3:17 
QuestionParameter Field in CR - VS 2005 Pin
BalasubramanianK18-Dec-08 0:42
BalasubramanianK18-Dec-08 0:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.