Re: Problem editing ASCX files

  •  12-13-2005, 11:27 AM

    Re: Problem editing ASCX files

    Well I added that property and still it does not work.

    1. why is it adding the html tag and the body tag?
    2. It is still stripping out my control code at the top
    3. All my inages start as src=images/<image name> and are changed to /images/<imagename> NOT GOOD

    Here is what I start with:
     (<%@ Control Language="vb" AutoEventWireup="false" Codebehind="CustomerService.ascx.vb" Inherits="ASPNET.StarterKit.Commerce.CustomerService" TargetSchema="http://schemas.microsoft.com/intellisense/ie3-2nav3-0" %>
    <table cellSpacing=0 cellPadding=0 width=411 align=center border=0>
    )
     
    And here is what is written:
    (<html><head><base href=/><link href="/Commercevbvs/ASPNETCommerce.css" rel=stylesheet></head>
    <body>
    <table cellSpacing=0 cellPadding=0 width=411 align=center border=0>)
View Complete Thread