I have a webdatagrid on the page. I have a BindingList full of custom objects. At runtime I set the datasource of the webdatagrid to the BindingList, and then I call DataBind().
When the page renders, there is nothing there, except when I look at View Source, I see all the items. They just don't show in the browser. What is going on?
Also, I don't know if it matters, but when I look at the View Source, I see a couple tables with style set to "visibility:hidden".
When the page renders, there is nothing there, except when I look at View Source, I see all the items. They just don't show in the browser. What is going on?
Also, I don't know if it matters, but when I look at the View Source, I see a couple tables with style set to "visibility:hidden".