I\'m writing an asp.net user control. It has a property, FurtherReadingPage, and two controls bound to it: ObjectDataSource and a Repeater. Inside the Repeater I would like
Try this:
<%#String.Format("{0}?id={1}",FurtherReadingPage, Id)%>