came across a weird problem and I can't see what's wrong....
I have a dropdownlist and a grid control, which show up fine. After the grid, I tried to add another grid control and it doesn't show up. I debug in code behind and it is binding to the datasource....I even tried removing the 2nd grid, and placing a label
control and this doesn't show up either. Any ideas what might cause this? Even tried placing visible="true" for label, assigned "text" value and also tried assigning text value in code behind....none seem to display it.
only a "." (dot) shows up where I place the 2nd grid control.
If I type in literal values, it shows up.....but .net server controls won't.
Go to the complete details ...