Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalhelp regarding javascript calling through Asp.net control? Pin
nabeelkhan26-Jun-06 0:24
nabeelkhan26-Jun-06 0:24 
GeneralRe: help regarding javascript calling through Asp.net control? Pin
Uma Kameswari28-Jun-06 19:03
Uma Kameswari28-Jun-06 19:03 
QuestionOracle Client 9i accessing problem Pin
VenkataRamana.Gali25-Jun-06 21:19
VenkataRamana.Gali25-Jun-06 21:19 
AnswerRe: Oracle Client 9i accessing problem Pin
manish2425-Jun-06 23:09
manish2425-Jun-06 23:09 
QuestionJava Script is not working on Mozilla Firefox Pin
VenkataRamana.Gali25-Jun-06 21:06
VenkataRamana.Gali25-Jun-06 21:06 
QuestionCheckbox in DataGrid.Plz help its urgent. Pin
varshavmane25-Jun-06 19:32
varshavmane25-Jun-06 19:32 
AnswerRe: Checkbox in DataGrid.Plz help its urgent. Pin
_AK_25-Jun-06 19:37
_AK_25-Jun-06 19:37 
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
varshavmane25-Jun-06 21:22
varshavmane25-Jun-06 21:22 
Hi,

I am not able to save it.Following is the code:
ArrayList arrStatus = new ArrayList(dgChecklist.Items.Count);
for(int cntRow = 0; cntRow < dgChecklist.Items.Count; cntRow++)<br />
    {<br />
        <br />
        CheckBox chked = (CheckBox)dgChecklist.FindControl("cbStatus");              if(chked.Checked == true)<br />
        {<br />
            arrStatus.Add(1);<br />
        }<br />
        else<br />
        {<br />
            arrStatus.Add(0);<br />
        }<br />
    }<br />
    cchecklist.Status = arrStatus;



It gives runt ime error for the line

CheckBox chked = (CheckBox)dgChecklist.FindControl("cbStatus");

Please help.

Thanks.
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
nabeelkhan25-Jun-06 22:23
nabeelkhan25-Jun-06 22:23 
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
_AK_25-Jun-06 22:29
_AK_25-Jun-06 22:29 
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
varshavmane26-Jun-06 1:09
varshavmane26-Jun-06 1:09 
QuestionCredit card Processing Pin
sparkling star25-Jun-06 19:01
sparkling star25-Jun-06 19:01 
AnswerRe: Credit card Processing Pin
minhpc_bk26-Jun-06 0:10
minhpc_bk26-Jun-06 0:10 
AnswerRe: Credit card Processing Pin
cloudking1196629-Jun-06 1:30
cloudking1196629-Jun-06 1:30 
GeneralRe: Credit card Processing Pin
sparkling star29-Jun-06 2:03
sparkling star29-Jun-06 2:03 
QuestionNewbie needs help with 2 simple questions Pin
Infernojericho25-Jun-06 18:44
Infernojericho25-Jun-06 18:44 
AnswerRe: Newbie needs help with 2 simple questions Pin
swilly126-Jun-06 8:46
swilly126-Jun-06 8:46 
Questionlogin in sharepoint with asp.net script Pin
ritesh4web25-Jun-06 18:32
ritesh4web25-Jun-06 18:32 
Questiontree view control Pin
shantsuraj25-Jun-06 18:29
shantsuraj25-Jun-06 18:29 
AnswerRe: tree view control Pin
rajmani25-Jun-06 20:45
rajmani25-Jun-06 20:45 
QuestionIsNumeric Pin
Uma Kameswari25-Jun-06 18:07
Uma Kameswari25-Jun-06 18:07 
AnswerRe: IsNumeric Pin
Aurelius166427-Jun-06 14:02
Aurelius166427-Jun-06 14:02 
Question"bubble event" Pin
ravikiranreddydharmannagari25-Jun-06 17:58
ravikiranreddydharmannagari25-Jun-06 17:58 
QuestionCreate A Open file Dialog In ASP 3.0 !!! Pin
HatakeKaKaShi25-Jun-06 15:32
HatakeKaKaShi25-Jun-06 15:32 
QuestionASP to COM HOW TO? Pin
Dave_Roach25-Jun-06 14:41
Dave_Roach25-Jun-06 14:41 

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.