2
Answers

Hiding table row in C#

Ayyub  Khan

Ayyub Khan

13y
4.8k
1
HI all,

I getting an issue here...i have created on table table and in that table i m adding a row using table.Row.Add(rowname)....now in that row im adding cells using for loop...Now issue is that if i want to hide any of the row by checking the condition of cell.text.....what to do can anyone help??

Any help would be appriciated....

Note:Table is creating dynamically and have to hide or show on checkbox's checked or unchecked condition.....

Answers (2)
0
rizwan hudda

rizwan hudda

NA 7 0 16y
thanks
i figured out the problem
i had to change the select the database and change the copy always option to
copy only when new ...
and it s working fine now!!
0
Scott Lysle

Scott Lysle

NA 28.5k 14.4m 16y

If you could show the code that you are using it would be a lot easier to determine what might be wrong.