B
Beat
Is it possible to reference the same codebehind from 2
different pages?
It would be an elegant solution, where we do need
different settings at the PAGE-Level for 2 user-Groups but
the rest of the page is the same.
Page A:
....Codebehind="pagea.aspx.vb" validateRequest="True" ...
Page B:
....Codebehind="pagea.aspx.vb" validateRequest="True" ...
I experienced problems in production that could relate to
this. And Visual Studio gets a little bit confused...
your help is very much appreciated
Beat
different pages?
It would be an elegant solution, where we do need
different settings at the PAGE-Level for 2 user-Groups but
the rest of the page is the same.
Page A:
....Codebehind="pagea.aspx.vb" validateRequest="True" ...
Page B:
....Codebehind="pagea.aspx.vb" validateRequest="True" ...
I experienced problems in production that could relate to
this. And Visual Studio gets a little bit confused...
your help is very much appreciated
Beat