Click here to Skip to main content
15,906,106 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to trigger a method after some time Pin
led mike9-Jul-08 10:15
led mike9-Jul-08 10:15 
Questionaccess textbox inside the gridview Pin
RuhrT9-Jul-08 7:58
RuhrT9-Jul-08 7:58 
AnswerRe: access textbox inside the gridview Pin
Christian Graus9-Jul-08 8:03
protectorChristian Graus9-Jul-08 8:03 
GeneralRe: access textbox inside the gridview Pin
RuhrT9-Jul-08 9:41
RuhrT9-Jul-08 9:41 
GeneralRe: access textbox inside the gridview Pin
Christian Graus9-Jul-08 10:22
protectorChristian Graus9-Jul-08 10:22 
GeneralRe: access textbox inside the gridview Pin
Christian Graus9-Jul-08 15:26
protectorChristian Graus9-Jul-08 15:26 
AnswerRe: access textbox inside the gridview Pin
Christian Graus9-Jul-08 8:58
protectorChristian Graus9-Jul-08 8:58 
QuestionCheckBoxList control - Which ListItem was clicked? Pin
Ekjon9-Jul-08 7:02
Ekjon9-Jul-08 7:02 
Hello,
I have this CheckBoxList that is connected to a database table. If an item is selected - the values in the table are deleted, then re-inserted with new values, depending on the current selections. However, It works if I make a new selection. If I deselect an existing selection - it refuses to deselect it. So, apparently, the problem is with selecting/deselecting.
If I'd use CheckBoxes instead of the list, it would work fine
Here are some of my code:
<br />
for (n = 0; n < cblRole.Items.Count; n++)<br />
{<br />
    if (cblRole.Items[n].Selected)<br />
       arr[n] = 1;<br />
}<br />

So, before doing the above, first I need to identify which listitem was clicked - because, the sender is the CheckBoxList itself, not the items.

Thanks.
AnswerRe: CheckBoxList control - Which ListItem was clicked? Pin
Christian Graus9-Jul-08 8:01
protectorChristian Graus9-Jul-08 8:01 
GeneralRe: CheckBoxList control - Which ListItem was clicked? Pin
Ekjon9-Jul-08 8:44
Ekjon9-Jul-08 8:44 
GeneralRe: CheckBoxList control - Which ListItem was clicked? Pin
Christian Graus9-Jul-08 8:46
protectorChristian Graus9-Jul-08 8:46 
GeneralRe: CheckBoxList control - Which ListItem was clicked? Pin
Ekjon11-Jul-08 9:39
Ekjon11-Jul-08 9:39 
GeneralRe: CheckBoxList control - Which ListItem was clicked? Pin
Herman<T>.Instance10-Jul-08 3:16
Herman<T>.Instance10-Jul-08 3:16 
GeneralRe: CheckBoxList control - Which ListItem was clicked? Pin
Ekjon11-Jul-08 10:11
Ekjon11-Jul-08 10:11 
QuestionCustomValidator ClientSideFunction property isn't working with ValidationSummary control Pin
Mark J. Miller9-Jul-08 6:00
Mark J. Miller9-Jul-08 6:00 
AnswerRe: CustomValidator ClientSideFunction property isn't working with ValidationSummary control Pin
Christian Graus9-Jul-08 8:08
protectorChristian Graus9-Jul-08 8:08 
GeneralRe: CustomValidator ClientSideFunction property isn't working with ValidationSummary control Pin
Mark J. Miller9-Jul-08 8:45
Mark J. Miller9-Jul-08 8:45 
GeneralRe: CustomValidator ClientSideFunction property isn't working with ValidationSummary control Pin
Christian Graus9-Jul-08 8:56
protectorChristian Graus9-Jul-08 8:56 
Questionstatic object reference problem Pin
familyof79-Jul-08 5:52
familyof79-Jul-08 5:52 
AnswerRe: static object reference problem Pin
Christian Graus9-Jul-08 6:00
protectorChristian Graus9-Jul-08 6:00 
GeneralRe: static object reference problem Pin
familyof79-Jul-08 6:06
familyof79-Jul-08 6:06 
GeneralRe: static object reference problem Pin
Christian Graus9-Jul-08 6:21
protectorChristian Graus9-Jul-08 6:21 
GeneralRe: static object reference problem Pin
Christian Graus9-Jul-08 6:25
protectorChristian Graus9-Jul-08 6:25 
GeneralRe: static object reference problem Pin
familyof79-Jul-08 6:34
familyof79-Jul-08 6:34 
GeneralRe: static object reference problem Pin
Christian Graus9-Jul-08 6:35
protectorChristian Graus9-Jul-08 6:35 

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.