hi
i have the following in page-a which i include in page-b
page-a
<script runat="server">
protected void Page_Load(object sender, EventArgs e) {
string productNameText = "Title Test";'page variable title
}
</script>
how can i get the page title variable in page-b to display the text of productNameText in page-a
page-b
<!--#include file="page-a.aspx"-->
<title id="title" runat="server">Default</ti
tle>
Start Free Trial