![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a situation where I need to condition gridview item visibilty after they've been created and after a textbox on page has a value. What's the best way to do this in VB.NET? Any code sample? I would imagine i have to loop through the control to do this. Seems like it might be messy. |
#3
| |||
| |||
|
|
I suppose the looping of control hierarchy is the single way, because your items are inside other control and u need find them somehow -- WBR, Michael Nemtsev [.NET/C# MVP]. Blog: http://spaces.live.com/laflour "jc" wrote: I have a situation where I need to condition gridview item visibilty after they've been created and after a textbox on page has a value. What's the best way to do this in VB.NET? Any code sample? I would imagine i have to loop through the control to do this. Seems like it might be messy. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Does anybody have any vb.net example of looping through the gridview and setting visibility of an item after it's been built? |
#6
| |||
| |||
|
|
Does anybody have any vb.net example of looping through the gridview and setting visibility of an item after it's been built? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |