hi im assgined to a new project and when im about to edit the code the file opened and it looked like this,where is the real code of this file?
hope you can help
<%@ Register TagPrefix="uc1" TagName="mytraining" Src="~/controls/training/mytraining.ascx" %>
<%@ Import namespace="Harry.Portal"%>
<%@ Register TagPrefix="Template" Namespace="Harry.Portal.PageTemplates" Assembly="Harry" %>
<%@ Register TagPrefix="Portal" Namespace="Harry.Portal.Controls" Assembly="Harry" %>
<%@ Page language="C#" Inherits="Harry.BaseClass.PageBase" validateRequest="false" %>
<template:master id="master" templatefile="main_training_myaccount" runat="server">
<template:region id="title" runat="server">
<portal:headtitle id=h ...
Go to the complete details ...