Click here to Skip to main content
15,892,575 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Fill a GridView to select data from a GridView Pin
tek 200914-Apr-10 2:07
tek 200914-Apr-10 2:07 
QuestionWhy ASP.NET MVC? Pin
Clement Siby13-Apr-10 22:20
Clement Siby13-Apr-10 22:20 
AnswerRe: Why ASP.NET MVC? Pin
michaelschmitt14-Apr-10 2:03
michaelschmitt14-Apr-10 2:03 
QuestionDateTime Problem Pin
Amit Patel198513-Apr-10 21:59
Amit Patel198513-Apr-10 21:59 
AnswerRe: DateTime Problem Pin
saini arun13-Apr-10 22:10
saini arun13-Apr-10 22:10 
QuestionProblem with Gridview - Shopping cart Pin
EmZan13-Apr-10 21:26
EmZan13-Apr-10 21:26 
QuestionHow to get details of users in active directories using LDAP Pin
roshankamath13-Apr-10 20:50
roshankamath13-Apr-10 20:50 
QuestionCheckbox in datagrid Pin
Morgs Morgan13-Apr-10 20:19
Morgs Morgan13-Apr-10 20:19 
Hi Guys,
I have a check box in my datagrid named chkSelection, also I have a bound column named phone_num
in the same datagrid. The issue is, I would like to get all the phone numbers
where a checkbox is checked...I have tried lots but can't get it right...
Anyone who knows such stuff? please help D'Oh! | :doh:
Here is what I have tried but it won't work..
CheckBox chkSelection;
foreach (DataGridItem item in contacts.Items)
{
    chkSelection = (CheckBox)item.FindControl("chkSelection");
    if (chkSelection.Checked == true)
    {
        //here I want to retrieve phone numbers where checked is true(please help)
    }
}


Thanks,
Mo
AnswerRe: Checkbox in datagrid Pin
Brij13-Apr-10 20:32
mentorBrij13-Apr-10 20:32 
AnswerRe: Checkbox in datagrid Pin
Abhijit Jana13-Apr-10 20:35
professionalAbhijit Jana13-Apr-10 20:35 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan13-Apr-10 21:40
Morgs Morgan13-Apr-10 21:40 
AnswerRe: Checkbox in datagrid Pin
nagendrathecoder13-Apr-10 21:10
nagendrathecoder13-Apr-10 21:10 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan13-Apr-10 21:26
Morgs Morgan13-Apr-10 21:26 
GeneralRe: Checkbox in datagrid Pin
Sandesh M Patil13-Apr-10 22:13
Sandesh M Patil13-Apr-10 22:13 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder13-Apr-10 22:20
nagendrathecoder13-Apr-10 22:20 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder13-Apr-10 22:27
nagendrathecoder13-Apr-10 22:27 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan13-Apr-10 23:42
Morgs Morgan13-Apr-10 23:42 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder14-Apr-10 0:00
nagendrathecoder14-Apr-10 0:00 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan14-Apr-10 0:25
Morgs Morgan14-Apr-10 0:25 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder14-Apr-10 0:33
nagendrathecoder14-Apr-10 0:33 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan14-Apr-10 1:20
Morgs Morgan14-Apr-10 1:20 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder14-Apr-10 2:02
nagendrathecoder14-Apr-10 2:02 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan14-Apr-10 2:30
Morgs Morgan14-Apr-10 2:30 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder14-Apr-10 2:42
nagendrathecoder14-Apr-10 2:42 
QuestionResponse.Write in aspx file Pin
Abdul Rahman Hamidy13-Apr-10 18:17
Abdul Rahman Hamidy13-Apr-10 18:17 

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.