Hi,

I think it is not possible to create more than one code behind file for single aspx bcoz we need to bind the code behind file in aspx using page directive like
<%@page autoeventwireup="false" codebehind="webform1.aspx.cs" %>

here not possible to give the multiple files in codebehind attribute.....

Regards,
Hari Prasad