Ver Mensaje Individual
  #11 (permalink)  
Antiguo 30/06/2010, 13:28
Eddief
 
Fecha de Ingreso: junio-2010
Mensajes: 12
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: page_load se ejecuta multiples veces

Cita:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="wfa_agregar_materiales.aspx.cs" Inherits="wfa_generales_wfa_agregar_materiales" %>

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>

<link href="../estilos/estilo.css" rel="stylesheet" type="text/css" /><link href="../App_Themes/dhtml.js" rel="stylesheet" type="text/css" /><link rel="stylesheet" href="../App_Themes/fancydropdown.css" /><link rel="stylesheet" href="../App_Themes/fancydropdown.js" />
<link href="../estilos/estilo.css" rel="stylesheet" type="text/css" />

<style type="text/css">
.style1
{
width: 1145px;
}
.style2
{
width: 1083px;
}
.style3
{
width: 659px;
}
.style5
{
height: 155px;
text-align: center;
}
.style11
{
text-align: right;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server" />
</div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>


<table width="100%">
<tr>
<td></td>
<td class="style3">

<table border="0" cellspacing="0" cellpadding="0"

style="height: 373px; width: 86%; top: 46px; left: 271px; ">

<tr>
<td width="17" class="style1"><img alt="" src="http://www.forosdelweb.com/f78/images/conten1.jpg" width="17" height="21" /></td>
<td background="../images/conten2.jpg" class="style1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3%"><img alt="" src="http://www.forosdelweb.com/f78/images/arrow_right_green_48.png" width="20" height="20" /></td>
<td width="97%"><div align="left">
<asp:Label ID="lbl_titulo_servicios" runat="server" CssClass="lateral1"
Text="Materiales"></asp:Label>
</div></td>
</tr>

</table> </td>
<td width="17" class="style1"><img alt="" src="http://www.forosdelweb.com/f78/images/conten3.jpg" width="17" height="21" /></td>
</tr>
<tr>
<td background="../images/conten4.jpg" class="style2"></td>
<td bgcolor="#FFFFFF" class="style2">
<table style="width: 97%; height: 295px;">
<tr>
<td class="style25">
<asp:Label ID="Label7" runat="server" CssClass="formu" Text="Buscar por:"></asp:Label>
</td>
<td>
<asp:DropDownList ID="ddl_buscar" runat="server" CssClass="formu" Height="19px"
Width="170px" onselectedindexchanged="ddl_buscar_SelectedIndexCh anged">
<asp:ListItem>Categoria</asp:ListItem>
<asp:ListItem>Marca</asp:ListItem>
<asp:ListItem>Modelo</asp:ListItem>
</asp:DropDownList>
</td>
<td>
<asp:TextBox ID="tb_buscar" runat="server" CssClass="formu-btn2"
ontextchanged="tb_buscar_TextChanged"></asp:TextBox>
</td>
<td class="style25">
<asp:Button ID="btn_buscar_modelos" runat="server" Text="Buscar" CssClass="btn" onclick="btn_buscar_modelos_Click" />
</td>
<td class="style25">
</td>
</tr>