Why would you want to have 2 code-behind pages for an aspx page ?
What could you possibly include in the
second one that you couldn't include in the first one ?
If you need self-contained helper functions, write a class and place the source in
the App_Code directory or, even better, compile your helper classes to assemblies
and place the assemblies in the /bin directory.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
"pintu" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi..
>
> Can I hav 2 codebehind files(x.aspx.cs ) and one x.aspx pages..Any body
> plz give me idea on this..
>
> Thanks
>