[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] ASPX generation
Hello! What's the recommended way of ASPX page generation? E.g.: ------------------------ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CurMainMenuP.aspx.cs" Inherits="Currency.CurMainMenuP" EnableSessionState="True" MaintainScrollPositionOnPostback="True" MasterPageFile="Screen.Master"%> <asp:Content ID="Title" runat="server" ContentPlaceHolderID="Title">CUR_MAIN_MENU_P</asp:Content> <asp:Content ID="Content" runat="server" ContentPlaceHolderID="Content"> <span runat="server" class="inputField system UpperCase" id="id1222146581" enableviewstate="false"> <%# Dialog.Global.TranCode %> </span> ... ------------------------ Notice aspx page directives, data binding expessions, and prefixed tag names without namespace declarations. Thanks. -- Vladimir Nesterovsky http://www.nesterovsky-bros.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|