Click here to Skip to main content
15,893,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview Pin
solo_gaurav27-Jul-09 11:28
solo_gaurav27-Jul-09 11:28 
QuestionError in compiling Page with Crystal reports Pin
www.Developerof.NET27-Jul-09 4:24
www.Developerof.NET27-Jul-09 4:24 
AnswerRe: Error in compiling Page with Crystal reports Pin
Abhishek Sur27-Jul-09 8:20
professionalAbhishek Sur27-Jul-09 8:20 
GeneralRe: Error in compiling Page with Crystal reports Pin
www.Developerof.NET27-Jul-09 20:00
www.Developerof.NET27-Jul-09 20:00 
GeneralRe: Error in compiling Page with Crystal reports Pin
Abhishek Sur27-Jul-09 21:45
professionalAbhishek Sur27-Jul-09 21:45 
Question[Message Deleted] Pin
comp_j27-Jul-09 4:20
comp_j27-Jul-09 4:20 
AnswerRe: GridView & CheckBox Pin
Abhijit Jana27-Jul-09 4:27
professionalAbhijit Jana27-Jul-09 4:27 
QuestionGridView & CheckBox Pin
comp_j27-Jul-09 4:18
comp_j27-Jul-09 4:18 
Hello, Ive got a problem with Gridview!
I want access to column's data that is checked.
and I dont know why this code doesnt work.
The value of "chbxRmove.Checked" always is False even when the column is checked !!! Cry | :((
plz help me.


foreach (GridViewRowgridRowinthis.GridView1.Rows)<br />
{<br />
     CheckBoxchbxRmove = (CheckBox)gridRow.FindControl("chkSelect");<br />
     if (chbxRmove.Checked)<br />
     {<br />
          //Row Index<br />
     }<br />
}

AnswerRe: GridView & CheckBox Pin
Blue_Boy27-Jul-09 4:22
Blue_Boy27-Jul-09 4:22 
GeneralRe: GridView & CheckBox Pin
comp_j27-Jul-09 8:39
comp_j27-Jul-09 8:39 
AnswerRe: GridView & CheckBox Pin
Abhijit Jana27-Jul-09 4:31
professionalAbhijit Jana27-Jul-09 4:31 
GeneralRe: GridView & CheckBox Pin
comp_j27-Jul-09 4:55
comp_j27-Jul-09 4:55 
GeneralRe: GridView & CheckBox Pin
Blue_Boy27-Jul-09 6:45
Blue_Boy27-Jul-09 6:45 
AnswerRe: GridView & CheckBox [modified] Pin
comp_j27-Jul-09 10:28
comp_j27-Jul-09 10:28 
AnswerRe: GridView & CheckBox Pin
Abhijit Jana27-Jul-09 10:39
professionalAbhijit Jana27-Jul-09 10:39 
AnswerRe: GridView & CheckBox Pin
bonypatel27-Jul-09 22:26
bonypatel27-Jul-09 22:26 
QuestionFixed table header Pin
indian14327-Jul-09 3:34
indian14327-Jul-09 3:34 
AnswerRe: Fixed table header Pin
Blikkies27-Jul-09 3:37
professionalBlikkies27-Jul-09 3:37 
GeneralRe: Fixed table header Pin
indian14327-Jul-09 19:42
indian14327-Jul-09 19:42 
AnswerRe: Fixed table header Pin
Abhishek Sur27-Jul-09 8:12
professionalAbhishek Sur27-Jul-09 8:12 
QuestionExecute LINQ query Pin
zeeShan anSari27-Jul-09 3:13
zeeShan anSari27-Jul-09 3:13 
AnswerRe: Execute LINQ query Pin
Tamer Oz27-Jul-09 4:18
Tamer Oz27-Jul-09 4:18 
GeneralRe: Execute LINQ query Pin
zeeShan anSari27-Jul-09 4:20
zeeShan anSari27-Jul-09 4:20 
GeneralRe: Execute LINQ query Pin
Tamer Oz27-Jul-09 4:25
Tamer Oz27-Jul-09 4:25 
QuestionPromp box in the center of screen Pin
deep727-Jul-09 3:09
deep727-Jul-09 3:09 

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.