koolage
IS-IT--Management
- Jan 3, 2005
- 60
I’m having difficulty finding a straight-forward solution to the following…
Asp.net – Web Page (aspx)
I have a grid on a page…
GridView1.row(0) has a button
I want the button enabled if a certail criteria exists in the data row/record…
For example…
Let’s say this is my grid:row0 (States)
Let’s assume they’re link controls in the grid column
Illinois
Missouri
Texas
Maybe because this salesman has no access to Missouri or better yet… Missouri’s state flag data field is blank… so, I want to turn row(0).enabled to false… I know I can do this somehow in the Item Template (I think).,.. but I can’t seem to resolve how. Maybe you can help? Reminder: Grid on a web page… (gridview)
Asp.net – Web Page (aspx)
I have a grid on a page…
GridView1.row(0) has a button
I want the button enabled if a certail criteria exists in the data row/record…
For example…
Let’s say this is my grid:row0 (States)
Let’s assume they’re link controls in the grid column
Illinois
Missouri
Texas
Maybe because this salesman has no access to Missouri or better yet… Missouri’s state flag data field is blank… so, I want to turn row(0).enabled to false… I know I can do this somehow in the Item Template (I think).,.. but I can’t seem to resolve how. Maybe you can help? Reminder: Grid on a web page… (gridview)