A
Arjen
Hi,
Can someone tell me what is the best to use in this situation?
Now I work with an objectdatasource for my repeater. I choosed this
because I was thinking that this is the best... now I want to make my
own pager and get problem with the add parameter section (I have add a
parameter pageindex, when the user clicks it add again this
parameter... I don't know how to update this value, someone???).
I also have made the same thing but then with a datareader function.
Now I cannot use:
(DataRowView)Container.DataItem)["Title"]
But have to use:
DataBinder.Eval(Container.DataItem, "Title")
What is the best to use? The old situation with the object data source
or the new with DataBinder.Eval?
Thanks!
Arjen
Can someone tell me what is the best to use in this situation?
Now I work with an objectdatasource for my repeater. I choosed this
because I was thinking that this is the best... now I want to make my
own pager and get problem with the add parameter section (I have add a
parameter pageindex, when the user clicks it add again this
parameter... I don't know how to update this value, someone???).
I also have made the same thing but then with a datareader function.
Now I cannot use:
(DataRowView)Container.DataItem)["Title"]
But have to use:
DataBinder.Eval(Container.DataItem, "Title")
What is the best to use? The old situation with the object data source
or the new with DataBinder.Eval?
Thanks!
Arjen