Hi..
i am having problem to include 2 or more files in 1 aspx page..
is this command will import the coding file?
<%@ Register TagPrefix="Activity" TagName="TagActivity" src="../Entity/Activity.ascx" %>
i used Activity() to call for the function in the file but no luck.. it gives error message
Quote:
Activity is a type and cannot be used as an expression
To correct this error
- Remove the type name and construct the expression using valid elements.
|
master page? i have created one and the coding looks similar to normal aspx...
let say we want to import many master page, how do we perform that in coding?
can we have
<%@ Page Language="VB" MasterPageFile="Main.master" Title="My Content Page" %>
<%@ Page Language="VB" MasterPageFile="Main2.master" Title="My Content Page" %>
<%@ Page Language="VB" MasterPageFile="Main3.master" Title="My Content Page" %>
or we just can use one of it? ...
please help me in creating multiple master page for coding... thanks
|