Link to home
Start Free TrialLog in
Avatar of RichardKline
RichardKline

asked on

Returning a value from an ASCX function

Using ASP.NET 1.1 (VB), is it possible for a container ASPX page to execute a Function within a user control (ASCX.VB)  and capture the returned value?
ASKER CERTIFIED SOLUTION
Avatar of TSmooth
TSmooth

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RichardKline
RichardKline

ASKER

Thanks!