12-29-2010 09:22 AM
I would like to pass parameters/variables to a dialog that I'm invoking, not quite sure how to go about it, or if it can even be done.
Solved! Go to Solution.
12-29-2010 09:37 PM
Hi
I am not sure how can we do it using SLX DLL's.But you can declare a session variable (Conventional ASP.NET Technique) to achieve this .
Thanks,
Jack
12-30-2010 06:52 AM
Thanks Jack, that's exactly what I ended up doing.
Ryan Farley previously posted a topic about that, here's the link, thanks Ryan.
-Chris
12-30-2010 08:18 AM
If you're using the DialogService you can use the DialogService.DialogParameters for this.
Thanks
Mike