J
Jim Bancroft
Hi everyone,
I have an ASP.Net page that uses various DataGrids and other ASP controls.
Right now I'm manipulating them in my code-behind file, but I'd like to use
my business-logic dlls for that stuff instead. Is there a way (a context
wrapper of some sort, maybe?) to gain access to these controls from external
class libraries besides passing them in through method arguments?
Thanks,
Jim
I have an ASP.Net page that uses various DataGrids and other ASP controls.
Right now I'm manipulating them in my code-behind file, but I'd like to use
my business-logic dlls for that stuff instead. Is there a way (a context
wrapper of some sort, maybe?) to gain access to these controls from external
class libraries besides passing them in through method arguments?
Thanks,
Jim