Author: ismailc | Posted on: 9/11/2009 1:30:49 AM | Views : 1073

Hi, I need help again - Apologies for posting the code, it's just that I don't know it at all & only editing the pages
I would like to create two Hyperlinks to my Page2 both pointing to the same page.
But on Page2 dependent on which Link was Clicked Execute the apprpiate iframe:
e.g. Page1 Link (MyInfo) -> Page2 iframe(MyInfo)
Please provide code:
Page1
<%@ Control Language="c#" AutoEventWireup="True" Codebehind="MainMenu.ascx.cs" Inherits="FlowCentric.Net.Navigator.MainMenu" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> 
<%@ Register Assembly="Infragistics2.WebUI.UltraWebNavigator.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" 
    Namespace="Infragistics.WebUI.UltraWebNavigato ...

Go to the complete details ...