Şimdi Ara

Buton sorunu

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
1
Cevap
0
Favori
571
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • arkadaslar bir sayfaya koyduğum butonun çalışmama sebebi ne olabilir,diğer syafalarda buton çalısırken baska sayfada tablonun içine koydugum uton calısmıyor...

    kod aşağıda


     

    <%@ Page Language="vb" AutoEventWireup="false"%>



    <html>

    <head>

    <title>Yeni Sayfa 2</title>
    <style type="text/css">
    .style1
    {
    height: 610px;
    }
    </style>
    </head>

    <body>
    <form id="form1" runat="server">
    <center>
    <table border="1" cellpadding="0" cellspacing="0"
    style="border-collapse: collapse; height: 811px;" bordercolor="#111111"
    width="1001" align="center">
    <tr>
    <td width="1000" height="189" colspan="2">
    <img border="0" src="resim.jpg" width="1000" height="190"></td>
    </tr>
    <tr>
    <td width="220" align="center" bgcolor="#F7F6F3" class="style1" valign="top" >

    <%
    Server.Execute("MENU.aspx")
    %>


    <br />


    </td>
    <td width="779" valign=top align =left style="margin-left: 120px" >



    <br />
    <br />
                             
    ADI SOYADI :                
    <asp:TextBox ID="TextBox1" runat="server" Width="148px"></asp:TextBox>
    <br />
    <br />
                             
    ÜNİTE ADI    :                
    <asp:DropDownList ID="DropDownList1" runat="server" Width="150px">
    </asp:DropDownList>
    <br />
    <br />
                             
    BİLGİSAYAR NO :         <asp:TextBox ID="TextBox2" runat="server" Width="150px"></asp:TextBox>
    <br />
    <br />
                             
    PROBLEM  :                    <asp:TextBox ID="TextBox3" runat="server" Height="83px" Width="325px"></asp:TextBox>
    <br />
    <br />
                             
    İRTİBAT TELEFONU :   
    <asp:TextBox ID="TextBox4" runat="server" Width="150px"></asp:TextBox>
    <br />
    <br />
                             
    YEDEK DURUMU :       <asp:RadioButton ID="RadioButton1" runat="server" GroupName="yedek"
    Text="Alındı" />
      
    <asp:RadioButton ID="RadioButton2" runat="server" GroupName="yedek"
    Text="Alınmadı" />
    <br />
                                                                        



    <br />
    <br />
    <br />
    <br />
                                                                        <asp:Button
    ID="Button1" runat="server" Text="GÖNDER" Width="153px" />



    </td>
    </tr>
    </table>
    </center>
    </form>
    </body>

    </html>







  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.