Hi all
i am trying to call a sub from the design tier of my asp.net application the call is nested within a repeater control,
<%# GetPhotos(DataBinder.Eval(Container,"DataItem.id")) %>
i get the following error
Overload resolution failed because no accessible 'ToString' can be called with these arguments:
Can anyone advise




Reply With Quote