Click here to Skip to main content
15,949,686 members

Comments by Prasad_Kulkarni (Top 200 by date)

Prasad_Kulkarni 8-Jul-24 8:06am View    
The question was edited after 11 years and been rephrased!
Prasad_Kulkarni 16-Nov-17 5:01am View    
This link seems not working anymore
Prasad_Kulkarni 24-May-14 2:34am View    
Not clear.
I have written this code but always shows checked.
Prasad_Kulkarni 18-Sep-13 8:46am View    
Well, this is another question, you should ask a seperate one. For now, what you can do is something like this:
foreach (GridView item in gridView1.Rows)
{
if (item.SelectedRow.Cells[1].Text == "company1")
{
//Do not add your link button
}
else
{
//Add link button
}
}
Prasad_Kulkarni 18-Sep-13 7:09am View    
Glad to hear!
You're welcome.