Click here to Skip to main content
15,911,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionbased on the session modalpopup extrender have to show Pin
Member 38798815-Aug-09 1:58
Member 38798815-Aug-09 1:58 
AnswerRe: based on the session modalpopup extrender have to show Pin
Sundeep Ganiga5-Aug-09 2:17
Sundeep Ganiga5-Aug-09 2:17 
AnswerRe: based on the session modalpopup extrender have to show Pin
Jay Royall5-Aug-09 2:19
Jay Royall5-Aug-09 2:19 
QuestionIFrame Pin
Ersan Ercek5-Aug-09 1:09
Ersan Ercek5-Aug-09 1:09 
AnswerRe: IFrame Pin
Christian Graus5-Aug-09 1:14
protectorChristian Graus5-Aug-09 1:14 
GeneralRe: IFrame Pin
Ersan Ercek5-Aug-09 1:16
Ersan Ercek5-Aug-09 1:16 
GeneralRe: IFrame Pin
Blue_Boy5-Aug-09 1:27
Blue_Boy5-Aug-09 1:27 
GeneralRe: IFrame Pin
Ersan Ercek5-Aug-09 1:32
Ersan Ercek5-Aug-09 1:32 
there is a panel which holds page numbers in it. The page numbers are filled during page-pre_init so it is reloaded.

here is the html code

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Aşçılar</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div id="centrallarge">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<h1><img src="images\digersayfa.jpg" alt="photo" /></h1>

<div id="central" style="Width:900px">
<div id="leftsub" style="Width:250px; height:200px">
<h1 style="height:200px">
<asp:Image ID="Image1" runat="server" Height="130px" Width="130px"
BorderColor="White" BorderStyle="None" BorderWidth="10px" />
</h1>
<p>
<asp:Label ID="lblAd" runat="server" Text="" Font-Names="Tahoma" Font-Size="Small" ForeColor="Red" ></asp:Label>
<br />
<asp:Label ID="lblAdres" runat="server" Text="" Font-Names="Tahoma" Font-Size="Small" ForeColor="Red"></asp:Label>
</p>
</div>
<div id="rightsub" style="Width:600px; font-family:Tahoma; font-size:small; color:Red;" >
<asp:ImageButton ID="ImageButton1" ImageUrl="images\icons\delete.png" runat="server"/> Seçili Menüleri Sil
<br style="height:2px"/>
<img src="images\menu.gif" alt="photo" style="margin-top:5px"/>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DataList ID="dlListe" runat="server" RepeatColumns="4"
RepeatDirection="Horizontal" ItemStyle-Font-Names="Tahoma"
ItemStyle-Font-Size="Small" ForeColor="Red"
ItemStyle-HorizontalAlign="Left" Height="450px" ShowFooter="true"
>
<ItemTemplate>

<asp:Image ID="Image1" ImageUrl= <%#DataBinder.Eval(Container.DataItem, "Menu_Image")%> runat="server"
Height="70px" Width="100px" BorderColor="White" BorderWidth="5px" />
<br />
<asp:CheckBox ID="CheckBox1" runat="server" />
<%# DataBinder.Eval(Container.DataItem, "Menu_Adi")%>
<br /> Fiyat:
<%# DataBinder.Eval(Container.DataItem, "Fiyat")%> TL


</ItemTemplate>
<AlternatingItemStyle HorizontalAlign="Left"/>
<ItemStyle HorizontalAlign="Left" VerticalAlign="Top" Font-Names="Tahoma"></ItemStyle>
</asp:DataList>
<asp:Panel ID="pnlBottom" runat="server"> </asp:Panel>
</ContentTemplate>
</asp:UpdatePanel>
</div>
<div id="footersub">
<ul>
<li><a href="Default.aspx">Anasayfa</a></li>
</ul>
</div>
</div>
</div>

</form>
</body>
</html>
AnswerRe: IFrame Pin
Oakman5-Aug-09 5:54
Oakman5-Aug-09 5:54 
Questiondummy data Pin
Rajeshwar Code- Developer5-Aug-09 1:01
Rajeshwar Code- Developer5-Aug-09 1:01 
AnswerRe: dummy data Pin
Christian Graus5-Aug-09 1:03
protectorChristian Graus5-Aug-09 1:03 
GeneralRe: dummy data Pin
Rajeshwar Code- Developer5-Aug-09 1:06
Rajeshwar Code- Developer5-Aug-09 1:06 
GeneralRe: dummy data Pin
Christian Graus5-Aug-09 1:08
protectorChristian Graus5-Aug-09 1:08 
GeneralRe: dummy data Pin
Rajeshwar Code- Developer5-Aug-09 1:12
Rajeshwar Code- Developer5-Aug-09 1:12 
GeneralRe: dummy data Pin
Christian Graus5-Aug-09 1:16
protectorChristian Graus5-Aug-09 1:16 
GeneralRe: dummy data Pin
Rajeshwar Code- Developer5-Aug-09 1:17
Rajeshwar Code- Developer5-Aug-09 1:17 
GeneralRe: dummy data Pin
Rajeshwar Code- Developer5-Aug-09 1:47
Rajeshwar Code- Developer5-Aug-09 1:47 
GeneralRe: dummy data Pin
Blue_Boy5-Aug-09 1:49
Blue_Boy5-Aug-09 1:49 
GeneralRe: dummy data Pin
Zafar A khan 5-Aug-09 1:54
professionalZafar A khan 5-Aug-09 1:54 
GeneralRe: dummy data [modified] Pin
Oakman5-Aug-09 4:48
Oakman5-Aug-09 4:48 
QuestionSystem.Net.Mail Help Pin
mdazeemuddin5-Aug-09 0:59
mdazeemuddin5-Aug-09 0:59 
AnswerRe: System.Net.Mail Help Pin
Christian Graus5-Aug-09 1:06
protectorChristian Graus5-Aug-09 1:06 
GeneralRe: System.Net.Mail Help Pin
mdazeemuddin5-Aug-09 1:20
mdazeemuddin5-Aug-09 1:20 
QuestionJS Date Validation Pin
janani134-Aug-09 23:32
janani134-Aug-09 23:32 
AnswerRe: JS Date Validation Pin
Jay Royall4-Aug-09 23:39
Jay Royall4-Aug-09 23:39 

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.