Click here to Skip to main content
15,914,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: row and column access in database Pin
Baran M28-Jul-09 7:28
Baran M28-Jul-09 7:28 
AnswerRe: row and column access in database Pin
ais0728-Jul-09 2:07
ais0728-Jul-09 2:07 
QuestionAjax Pin
Ersan Ercek28-Jul-09 1:18
Ersan Ercek28-Jul-09 1:18 
AnswerRe: Ajax Pin
codingrocks28-Jul-09 1:31
codingrocks28-Jul-09 1:31 
AnswerRe: Ajax Pin
Vimalsoft(Pty) Ltd28-Jul-09 1:32
professionalVimalsoft(Pty) Ltd28-Jul-09 1:32 
GeneralRe: Ajax Pin
Ersan Ercek28-Jul-09 1:36
Ersan Ercek28-Jul-09 1:36 
GeneralRe: Ajax Pin
Vimalsoft(Pty) Ltd28-Jul-09 1:38
professionalVimalsoft(Pty) Ltd28-Jul-09 1:38 
GeneralRe: Ajax Pin
Ersan Ercek28-Jul-09 1:47
Ersan Ercek28-Jul-09 1:47 
here is my aspx page, could you please let me know how to put dds under a update panel

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Üye Kayıt</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="func.js"> </script>
</head>
<body>
<form id="form1" runat="server">
<div id="centrallarge">
<h1><img src="images\digersayfa.jpg" alt="photo" /></h1>
</div>
<div id="central">
<div id="leftsub">
<h1 style="height:200px">
<asp:Image ID="Image1" runat="server" Height="141px" Width="170px"
BorderColor="White" BorderStyle="Ridge" BorderWidth="10px" />
</h1>
<p> <asp:FileUpload ID="FileUpload1" runat="server"/> </p>
<p> &nbsp;</p>
</div>
<div id="rightsub">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">

</asp:UpdatePanel>
<table style="width: 100%;">
<tr>
<td>

<asp:Label ID="Label17" runat="server" Font-Names="tahoma" Text="İl"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:DropDownList ID="dpIl" runat="server" Height="16px" Width="150px"
AutoPostBack="True" onselectedindexchanged="dpIl_SelectedIndexChanged">
</asp:DropDownList>

</td>
</tr>

<tr>
<td>
<asp:Label ID="Label16" runat="server" Font-Names="tahoma" Text="Semt"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:DropDownList ID="dpSemt" runat="server" Height="16px" Width="150px">
</asp:DropDownList>

</td>
</tr>
<tr>
<td>
<asp:Label ID="Label1" runat="server" Font-Names="tahoma" Text="Ad"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtAd" runat="server" Font-Names="taho" Height="18px"
Width="150px" MaxLength="50"></asp:TextBox>
<asp:Label ID="Label7" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label2" runat="server" Font-Names="tahoma" Text="Soyad"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtSoyad" runat="server" Height="18px" Width="150px"
MaxLength="25"></asp:TextBox>
<asp:Label ID="Label8" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label3" runat="server" Font-Names="tahoma" Text="Kullanıcı Adı"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtKullaniciad" runat="server" Height="18px" Width="150px"
MaxLength="20"></asp:TextBox>
<asp:Label ID="Label9" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label4" runat="server" Font-Names="tahoma" Text="Şifre"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
&nbsp;</td>
<td>
<asp:TextBox ID="txtSifre" runat="server" Height="19px" Width="150px"
MaxLength="30" TextMode="Password"></asp:TextBox>
<asp:Label ID="Label10" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label12" runat="server" Font-Names="tahoma"
Text="Şifre (Tekrar)" Font-Size="Small" Font-Bold="True"
ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtSifre2" runat="server" Height="19px" Width="150px"
MaxLength="30" TextMode="Password"></asp:TextBox>
<asp:Label ID="Label13" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label5" runat="server" Font-Names="tahoma" Text="Posta Adresi"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtEmail" runat="server" Height="18px" Width="150px"
MaxLength="50"></asp:TextBox>
<asp:Label ID="Label11" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label6" runat="server" Font-Names="tahoma"
Text="Telefon Numarası" Font-Size="Small" Font-Bold="True"
ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtAlankodu" runat="server" Height="18px" Width="26px"
MaxLength="3"></asp:TextBox>
&nbsp;<asp:TextBox ID="txtTelefon" runat="server" Height="18px" Width="114px" MaxLength="7"></asp:TextBox>
&nbsp;<asp:Label ID="Label18" runat="server" Font-Names="tahoma"
Text="(212) 1234567" Font-Size="X-Small"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label14" runat="server" Font-Names="tahoma" Text="Cep Telefonu"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtCepAlan" runat="server" Height="18px" Width="26px"
MaxLength="3"></asp:TextBox>
&nbsp;<asp:TextBox ID="txtCepTelefon" runat="server" Height="18px" Width="114px" MaxLength="7"></asp:TextBox>
&nbsp;<asp:Label ID="Label19" runat="server" Font-Names="tahoma"
Text="(532) 1234567" Font-Size="X-Small"></asp:Label>
<asp:Label ID="Label20" runat="server" Font-Bold="False" ForeColor="#990000"
Text="*"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label15" runat="server" Font-Names="tahoma" Text="Adres"
Font-Size="Small" Font-Bold="True" ForeColor="#CC3300"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtAdres" runat="server" Height="54px" MaxLength="150"
TextMode="MultiLine" Width="200px"></asp:TextBox>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Button ID="Button1" runat="server" Text="Yükle" BackColor="Silver"
BorderColor="White" Font-Bold="True" Font-Names="Tahoma" ForeColor="#FF6600"
Width="150px" onclick="Button1_Click" /> </td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td colspan="2">
<asp:Label ID="lblUyari" runat="server" Font-Bold="True"
Font-Names="Century Gothic" ForeColor="Red" Text="Merhaba"
Font-Size="Small"></asp:Label>
</td>
</tr>
</table>
</div>
<div id="footersub">
<ul>
<li><a href="Default.aspx">Anasayfa</a></li>
</ul>
</div>
</div>

</form>
</body>
</html>
GeneralRe: Ajax Pin
ais0728-Jul-09 1:50
ais0728-Jul-09 1:50 
GeneralRe: Ajax Pin
Baran M28-Jul-09 1:50
Baran M28-Jul-09 1:50 
GeneralRe: Ajax Pin
Blikkies28-Jul-09 1:54
professionalBlikkies28-Jul-09 1:54 
GeneralRe: Ajax Pin
Ersan Ercek28-Jul-09 2:00
Ersan Ercek28-Jul-09 2:00 
GeneralRe: Ajax Pin
Blikkies28-Jul-09 2:04
professionalBlikkies28-Jul-09 2:04 
GeneralRe: Ajax Pin
Ersan Ercek28-Jul-09 3:12
Ersan Ercek28-Jul-09 3:12 
GeneralRe: Ajax Pin
Blikkies28-Jul-09 3:29
professionalBlikkies28-Jul-09 3:29 
GeneralRe: Ajax Pin
Ersan Ercek28-Jul-09 4:09
Ersan Ercek28-Jul-09 4:09 
GeneralRe: Ajax Pin
Vimalsoft(Pty) Ltd28-Jul-09 1:55
professionalVimalsoft(Pty) Ltd28-Jul-09 1:55 
GeneralRe: Ajax Pin
Ersan Ercek28-Jul-09 2:01
Ersan Ercek28-Jul-09 2:01 
GeneralRe: Ajax Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:07
professionalVimalsoft(Pty) Ltd28-Jul-09 4:07 
Questionhow input gif animation in web application Pin
bishtharish28-Jul-09 0:11
bishtharish28-Jul-09 0:11 
AnswerRe: how input gif animation in web application Pin
Abhishek Sur28-Jul-09 1:40
professionalAbhishek Sur28-Jul-09 1:40 
QuestionSet paper size before printing Pin
banerjins27-Jul-09 23:31
banerjins27-Jul-09 23:31 
AnswerRe: Set paper size before printing Pin
Christian Graus27-Jul-09 23:34
protectorChristian Graus27-Jul-09 23:34 
GeneralRe: Set paper size before printing Pin
banerjins27-Jul-09 23:43
banerjins27-Jul-09 23:43 
GeneralRe: Set paper size before printing Pin
Christian Graus27-Jul-09 23:44
protectorChristian Graus27-Jul-09 23:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.