T
TheDude5B
HI,
I am creating a DataList by using the SelectMethod from an
ObjectDataSource. Within each item I want to be able to the
dynamically create a drop down list depending on what the ProductID is
which is being pulled from the ObjectDataSource.
How can I do this?
Protected Sub DataList2_DataBinding(ByVal sender As Object, ByVal e As
System.EventArgs) Handles DataList2.DataBinding
Some sort of code which finds the ProductID for each row,
then can create the drop down list from this ID.
End Sub
Thanks.
I am creating a DataList by using the SelectMethod from an
ObjectDataSource. Within each item I want to be able to the
dynamically create a drop down list depending on what the ProductID is
which is being pulled from the ObjectDataSource.
How can I do this?
Protected Sub DataList2_DataBinding(ByVal sender As Object, ByVal e As
System.EventArgs) Handles DataList2.DataBinding
Some sort of code which finds the ProductID for each row,
then can create the drop down list from this ID.
End Sub
Thanks.