Avatar of taz8020
taz8020
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

ASP.NET How you use access a vaule used on the main form, from within a user control

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!!!
ASP.NET.NET ProgrammingVisual Basic.NET

Avatar of undefined
Last Comment
Nasir Razzaq

8/22/2022 - Mon