making multiple c# file for one asp.net page

Posted by Nikhil K on Stack Overflow See other posts from Stack Overflow or by Nikhil K
Published on 2010-04-20T07:42:26Z Indexed on 2010/04/20 7:43 UTC
Read the original article Hit count: 221

Filed under:

For my project(in asp.net) i wrote near 1000 lines of c# code for one asp.net page.It includes so many functions.The problem is,it is going complicated while i am writing more codes on one page.How can i make multiple c# files for one asp.net page?? I tried by adding new class in VS2008.But calling a function from one file to other is making error(item is not present in current file).How can i do that??

© Stack Overflow or respective owner

Related posts about ASP.NET