G
Guest
Dear all,
I try to understand how this Repeater and DatalIst works but sounds really
confusing.
Why if I do the following code I have a completly balnk page, not data gets
display and even no eror ?
OleDbDataAdapter1.Fill(ds)
Repeater1.DataSource = ds
Repeater1.DataBind()
Same things occurs if I use DataList control ..
Any idea ?
regards
serge
I try to understand how this Repeater and DatalIst works but sounds really
confusing.
Why if I do the following code I have a completly balnk page, not data gets
display and even no eror ?
OleDbDataAdapter1.Fill(ds)
Repeater1.DataSource = ds
Repeater1.DataBind()
Same things occurs if I use DataList control ..
Any idea ?
regards
serge