Hi I have a user control within a web page. The page is filled with data using the sqldatasource.
On the main page I am using Text='<%# Eval("ShortDescription") %>'
And from within the usercontrol on the same page I want to be able to get the ShortDescription on the parent page.
I know i could probable do this using varibles but there must be an easy way!!!