wsturdev
asked on
Need to determin what page I am on
I have a number of pages in my web app. Thay all share a header (see example asp attached).
In the code behind for KTHeaderSmall, I need to determine what page I am on.
How can I do this in VB code behind?
In the code behind for KTHeaderSmall, I need to determine what page I am on.
How can I do this in VB code behind?
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="MainKTImportInstanceFromTemplate.aspx.vb" Inherits="KTManagement.MainKTImportInstanceFromTemplate" %>
<%@ Register TagPrefix="ah" TagName="Header" src="KTHeaderSmall.ascx"%>
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Thank you! :)
ASKER