07/01/2008, 02:39
|
| | Fecha de Ingreso: julio-2005
Mensajes: 217
Antigüedad: 19 años, 5 meses Puntos: 0 | |
Re: Efecto raro en mis formularios <%@ Page Language="VB" MasterPageFile="~/DefaultMaster.master" AutoEventWireup="false" CodeFile="ej_trueorfalse.aspx.vb" Inherits="ctrl_ej_trueorfalse_ej_trueorfalse" title="BackOffice" %>
<%@ Register Src="ctrl_ej_trueorfalse.ascx" TagName="ctrl_ej_trueorfalse" TagPrefix="uc1" %>
<asp:Content id=cabecera ContentPlaceHolderID=CABECERA runat=server>EJERCICIOS: TRUE OR FALSE
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="SampleContent" Runat="Server">
<uc1:ctrl_ej_trueorfalse ID="Ctrl_ej_trueorfalse1" runat="server" />
</asp:Content>
Esta es una de las paginas, en principio, en las .aspx, coloco mis controles, y en ellos tengo algun textbox, algun dropdown, imagebutton, cositas normales.
El framework es el 2.0
__________________ Moitas Gracias desde Galiza!!! |