Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView Sorting Problem Pin
Steve Echols12-Jul-07 16:32
Steve Echols12-Jul-07 16:32 
QuestionCheckbox in Datagrid Pin
Kurian_Kurian12-Jul-07 3:22
Kurian_Kurian12-Jul-07 3:22 
AnswerRe: Checkbox in Datagrid Pin
Paul Conrad13-Jul-07 12:18
professionalPaul Conrad13-Jul-07 12:18 
QuestionCheckboxes in gridview Pin
samerh12-Jul-07 2:30
samerh12-Jul-07 2:30 
AnswerRe: Checkboxes in gridview Pin
Christian Graus12-Jul-07 2:45
protectorChristian Graus12-Jul-07 2:45 
GeneralRe: Checkboxes in gridview Pin
samerh12-Jul-07 3:26
samerh12-Jul-07 3:26 
GeneralRe: Checkboxes in gridview Pin
Christian Graus12-Jul-07 4:55
protectorChristian Graus12-Jul-07 4:55 
QuestionGridView Pin
.NET- India 12-Jul-07 2:20
.NET- India 12-Jul-07 2:20 
Hello Everyone,

I want to display a message as the checkbox of the GridView is checked.
For it i've used the following piece of code i'm sending under.

plz suggest me some solutions/ways


foreach(GridViewRow dt in dgState.Rows)
{
if (((CheckBox)dt.FindControl("chkSelect")).Checked == true)
{
lblMsg.Text="Checked ME!!!!!!!!!!!";
lblMsg.ForeColor = Color.DarkBlue;
}
}
AnswerRe: GridView Pin
Sathesh Sakthivel12-Jul-07 2:28
Sathesh Sakthivel12-Jul-07 2:28 
GeneralRe: GridView Pin
Not Active12-Jul-07 2:52
mentorNot Active12-Jul-07 2:52 
GeneralRe: GridView Pin
Pete O'Hanlon12-Jul-07 3:12
mvePete O'Hanlon12-Jul-07 3:12 
GeneralRe: GridView Pin
Not Active12-Jul-07 3:34
mentorNot Active12-Jul-07 3:34 
GeneralRe: GridView Pin
Pete O'Hanlon12-Jul-07 3:40
mvePete O'Hanlon12-Jul-07 3:40 
GeneralRe: GridView Pin
Not Active12-Jul-07 3:46
mentorNot Active12-Jul-07 3:46 
GeneralRe: GridView Pin
Sandeep Akhare12-Jul-07 3:46
Sandeep Akhare12-Jul-07 3:46 
GeneralRe: GridView Pin
Sathesh Sakthivel12-Jul-07 3:52
Sathesh Sakthivel12-Jul-07 3:52 
GeneralRe: GridView Pin
Sathesh Sakthivel12-Jul-07 4:02
Sathesh Sakthivel12-Jul-07 4:02 
AnswerRe: GridView Pin
Not Active12-Jul-07 2:53
mentorNot Active12-Jul-07 2:53 
Questionformat using javascript ##,###.00 Pin
Vipin.d12-Jul-07 2:07
Vipin.d12-Jul-07 2:07 
AnswerRe: format using javascript ##,###.00 Pin
Pete O'Hanlon12-Jul-07 2:37
mvePete O'Hanlon12-Jul-07 2:37 
GeneralRe: format using javascript ##,###.00 Pin
Vipin.d12-Jul-07 3:11
Vipin.d12-Jul-07 3:11 
Questionjavascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 1:58
Ranvijay Sahay12-Jul-07 1:58 
AnswerRe: javascript calendar with scriptmanager doesnot work Pin
Sathesh Sakthivel12-Jul-07 2:01
Sathesh Sakthivel12-Jul-07 2:01 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Ranvijay Sahay12-Jul-07 2:17
Ranvijay Sahay12-Jul-07 2:17 
GeneralRe: javascript calendar with scriptmanager doesnot work Pin
Sathesh Sakthivel12-Jul-07 2:27
Sathesh Sakthivel12-Jul-07 2:27 

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.