repeater / datalist minimum
-
What are the minimum properties to set and code required to get a repeater or datalist ('lookless' controls) to show up? I follow the examples in the book as best I can, considering I'm using a different database, but they still show up invisible. ________________________________________________________________________ Dave Y10K bug! Let's not get caught with our pants down **AGAIN**! (DC 02002)
-
What are the minimum properties to set and code required to get a repeater or datalist ('lookless' controls) to show up? I follow the examples in the book as best I can, considering I'm using a different database, but they still show up invisible. ________________________________________________________________________ Dave Y10K bug! Let's not get caught with our pants down **AGAIN**! (DC 02002)
Create a datagrid, get a dataset, datatable, or create a simple array, set the data source and call databind. Christian Graus - Microsoft MVP - C++
-
Create a datagrid, get a dataset, datatable, or create a simple array, set the data source and call databind. Christian Graus - Microsoft MVP - C++
Wonder why it keeps showing up invisible then. (i.e. no errors of any sort, everything else on the page shows up fine, but the entire datalist or repeater is just not there at all.) Anyway, I followed an example at MSDN very carefully, and I've got something showing up now. ________________________________________________________________________ Dave Y10K bug! Let's not get caught with our pants down **AGAIN**! (DC 02002)