G
Guest
I'm pretty new to C# so please be gentle.
I want to declare a variable for a user's "displayName" pulled from Active
Directory based on login. I've gotten this working on a regular aspx page
just fine with the code being put in a codefile behind the main page.
What I want to do now is put this class behind a master page so I can
declare the output as a variable and display the output on other pages in the
site. I'd apreciate any help you guys can provide.
Thanks,
Jester
I want to declare a variable for a user's "displayName" pulled from Active
Directory based on login. I've gotten this working on a regular aspx page
just fine with the code being put in a codefile behind the main page.
What I want to do now is put this class behind a master page so I can
declare the output as a variable and display the output on other pages in the
site. I'd apreciate any help you guys can provide.
Thanks,
Jester