-
Contributing Member
Re: Codebehind file in ASPx
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules