Click here to Skip to main content
15,885,757 members

Comments by Prasad_Kulkarni (Top 200 by date)

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.
Prasad_Kulkarni 18-Sep-13 2:44am View    
But you did not mentioned 'what op tried' in your first comment. You commented that he's not a beginner? And my objection was completely on that and not on what OP has tried or not.