Jump to content

Includes Aspx File On Code Behind


joecool2005

Recommended Posts

I'm not really understanding what you're asking. Are you wanting to use "test.aspx.vb" as the codebehind for "abc.aspx"? If so, you declare that on the "abc.aspx" page like so:

<%@ Page Codebehind="test.aspx.vb" %>

Link to comment
Share on other sites

Sorry if I'm not clear.I have those files test.aspx and test.aspx.vbI have a file that have some functions in abc.aspx.But I know in test.aspx I can do this and able to call all the functions.<!--#include file="abc.aspx"--> If I work on test.aspx.vb, I can not call functions in abc.aspx fileIs there a way to call functions in abc.aspx?Thx for your help

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...