disabling a row in gridview
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi friend, How do i disable a row in an asp.net Gridview based on value of one of its columns. Am using C#.Net 2008 Thanks in anticipation of your assistance
-
Hi friend, How do i disable a row in an asp.net Gridview based on value of one of its columns. Am using C#.Net 2008 Thanks in anticipation of your assistance
Hi Banjo, a "WHERE" clause in the gridview datasource would help take out rows based on a certain > < or = to value. you can choose the column you would like to filter based on.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
modified on Tuesday, May 20, 2008 12:11 PM