Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Retrive binary data from Sql Sever Database Pin
T M Gray26-May-10 7:52
T M Gray26-May-10 7:52 
GeneralRe: Retrive binary data from Sql Sever Database Pin
puja27-May-10 21:07
puja27-May-10 21:07 
GeneralRe: Retrive binary data from Sql Sever Database Pin
T M Gray28-May-10 5:14
T M Gray28-May-10 5:14 
QuestionModel PopUp Problem Pin
AtiqueJnp25-May-10 21:29
AtiqueJnp25-May-10 21:29 
AnswerRe: Model PopUp Problem Pin
michaelschmitt25-May-10 23:27
michaelschmitt25-May-10 23:27 
AnswerRe: Model PopUp Problem Pin
Andreas X27-May-10 2:12
professionalAndreas X27-May-10 2:12 
QuestionAJAX Tool Kit +ASP.Net Pin
chetan_agarwal25-May-10 21:14
chetan_agarwal25-May-10 21:14 
AnswerRe: AJAX Tool Kit +ASP.Net Pin
AtiqueJnp25-May-10 21:39
AtiqueJnp25-May-10 21:39 
<asp:DataList ID="cartview" runat="server" BorderColor="#E0E0E0" BorderStyle="Solid"
BorderWidth="1px" CellPadding="0" CellSpacing="0" GridLines="Horizontal" OnItemDataBound="cartview_ItemDataBound"
RepeatColumns="1" Width="528px" OnItemCommand="cartview_ItemCommand" ForeColor="Black">
<FooterStyle BackColor="Black" ForeColor="Black" />
<SelectedItemStyle Font-Bold="True" ForeColor="Black" />
<ItemTemplate>
<table border="2" bordercolor="black" cellpadding="0" cellspacing="0" style="width: 729px">
<tr>
<td style="width: 760px">
<table border="0">
<tr>
<td style="width: 760px;">
<asp:Panel ID="pnlExpand" runat="server" BackImageUrl="~/images/bg-menu-main.png"
Width="775px">
<div style="vertical-align: middle; cursor: pointer;">
<table width="774" border="1" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 90px; height: 30px; padding-left: 5px;" align="left">
<asp:Label ID="lblTxnId" runat="server" ForeColor="White" Text='<%# Eval("TxnId") %>'
Font-Bold="True" Font-Size="11px" Font-Names="Verdana" Width="60"></asp:Label>
<asp:HiddenField ID="hdTxnType" Value='<%# Eval("txntype") %>' runat="server" />
</td>
<td align="left" style="width: 180px;">
<asp:Label ID="lblDesignName" runat="server" Font-Bold="True" ForeColor="White" Text='<%# Eval("designname") %>'
Font-Size="11px" Font-Names="Verdana"></asp:Label></td>
<td align="center" style="width: 180px;">
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-Size="11px" ForeColor="White"
Text='<%# Eval("TxnDate") %>' Font-Names="Verdana"></asp:Label></td>
<td colspan="2" align="center" style="width: 170px">
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="11px"
ForeColor="White" Text='<%# Eval("AdminStatus") %>'></asp:Label></td>
<td align="center" style="width: 70px;">
<asp:ImageButton ID="imgbtnnewmessage" runat="server" AlternateText="(Show Messages....)"
ImageUrl="~/images/post.gif" CommandName="newmessagehdr" Height="20px" /></td>
<td align="right" style="width: 20px;">
<asp:ImageButton ID="Image1" runat="server" AlternateText="(Show Detalis....)" ImageUrl="../images/expand_blue.jpg" /></td>
</tr>
</table>
</div>
</asp:Panel>
</td>
<td style="width: 142px;">
<asp:Button ID="btnArchive" CommandName="movetoarchive" runat="server" CssClass="button_ina"
Text="Move to Archive" Width="110px"></asp:Button>
</td>
</tr>
</table>
<asp:Panel ID="pnlControlID" runat="server" CssClass="collapsePanel">
<table border="0">
<tr>
<td align="center" bgcolor="#000000" style="background-color: #dcdcdc; text-align: center;">
<asp:GridView AutoGenerateColumns="False" CellPadding="1" CellSpacing="1" CssClass="input"
GridLines="None" ID="GridView2" OnPageIndexChanging="GridView2_PageIndexChanging"
OnRowCommand="GridView2_RowCommand" OnRowDataBound="GridView2_RowDataBound" runat="server"
DataKeyNames="txntype,SubTxnID,txnTypeK,txnid" Width="770px" Font-Names="Verdana"
Font-Size="11px" Font-Strikeout="False" BackColor="Silver">
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:Button CommandArgument="<%#((GridViewRow)Container).RowIndex%>" CommandName="View"
Font-Bold="True" ID="lnkbtn1" runat="server" Text="View Details" ToolTip="Click to see the specifications of this quotation/order/edit."
Font-Names="Arial" Font-Size="12px" ForeColor="red"></asp:Button></td>
<td>
<asp:Button CommandArgument="<%#((GridViewRow)Container).RowIndex%>" CommandName="Edit"
Font-Bold="True" ID="LinkButton1" runat="server" Text="Edit Design" Font-Names="Arial"
Font-Size="12px"></asp:Button></td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="SubTxnId" HeaderText="Quotation No." />
<asp:BoundField DataField="SubTxnId" HeaderText="Order No." />
<asp:BoundField DataField="SubTxnId" HeaderText="Edit No." />
<asp:BoundField DataField="subtxnref" HeaderText="Order/Edit reference" />
<asp:TemplateField HeaderText="Order Type">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("txnTypeK") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("txnTypeK") %>' Font-Names="Verdana"
Font-Size="11px"></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Chase Order">
<ItemTemplate>
<%--<input type ="button" id ="btnchase" value="Chase Order" Class="button_ina" onClick="window.open('message.aspx?keepThis=true<%# Eval("SubTxnId")%>&TxnID=<%# Eval("TxnId")%>','mywindow','width=800,height=425','resizable=true')"/>--%>
<span><a href="#" onclick="window.open('Message.aspx?keepThis=true<%# Eval("SubTxnId")%>&TxnID=<%# Eval("TxnId")%>','mywindow','width=800,height=525, resizable=1')"
title="Message" style="color: Red;">
<asp:Label ID="btnchase" Text="Chase Order" ForeColor="black" runat="server" Height="20px"
Width="35" /></a></span>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText=" Message">
<ItemTemplate>
<span style="padding-left: 15px;"><a onclick="window.open('ReadMessages.aspx?keepThis=true<%# Eval("SubTxnId")%>&TxnID=<%# Eval("TxnId")%>','mywindow','width=800,height=725, resizable=1')"
title="Message" style="color: Red;">
<asp:Image ID="imgbtnnewmsg" ImageUrl="~/images/post.gif" runat="server" Height="20px"
Width="25px" /></a> </span>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton ID="lnkbtnacancelorder" runat="server" CommandArgument="<%#((GridViewRow)Container).RowIndex%>"
CommandName="cancelorder" Width="150px" ForeColor="red">Cancel Order</asp:LinkButton>
</ItemTemplate>
<HeaderTemplate>
<a href="" class="showTip L5">Terms</a>
</HeaderTemplate>
</asp:TemplateField>
<asp:BoundField DataField="TxnId" Visible="false" HeaderText="Txn No." />
</Columns>
<RowStyle BackColor="AliceBlue" BorderColor="SkyBlue" BorderStyle="Solid" BorderWidth="1px"
CssClass="input" ForeColor="#333333" HorizontalAlign="Left" Width="20px" />
<EditRowStyle BackColor="#999999" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" Height="25px"
HorizontalAlign="Left" Font-Names="Arial" Font-Size="12px" Font-Strikeout="False" />
<AlternatingRowStyle ForeColor="#284775" />
</asp:GridView>
<br />
</td>
</tr>
</table>
</asp:Panel>
<ajaxToolkit:CollapsiblePanelExtender ID="cpeDemo" runat="Server" CollapseControlID="pnlExpand"
Collapsed="True" CollapsedImage="../images/show.gif" CollapsedText="(Show Details...)"
ExpandControlID="pnlExpand" ExpandedImage="../images/close.gif" ExpandedText="(Hide Details...)"
ImageControlID="Image1" SkinID="CollapsiblePanelDemo" SuppressPostBack="true"
TargetControlID="pnlControlID" TextLabelID="Label1">
</ajaxToolkit:CollapsiblePanelExtender>
</td>
</tr>
</table>
</ItemTemplate>
<ItemStyle BorderStyle="None" Font-Names="Verdana" ForeColor="Black" />
<SeparatorStyle BorderStyle="None" />
<HeaderTemplate>
<table align="center" border="0" cellpadding="1" cellspacing="1" style="height: 26px;
color: #ffffff; background-color: transparent; width: 890px;" class="top_hearder_panel">
<tr>
<td align="left" style="width: 90px; height: 18px; color: #000000; font-size: 12px;
font-family: Arial; padding-left: 10px;">
TXN NO.</td>
<td align="left" style="width: 195px; height: 18px; color: #000000; font-size: 12px;
font-family: Arial;">
DESIGN NAME</td>
<td align="left" style="width: 150px; height: 18px; color: #000000; font-size: 12px;
font-family: Arial;">
SENT DATE TIME</td>
<td colspan="2" align="center" style="width: 175px; color: #000000; height: 18px;
color: #000000; font-size: 12px; font-family: Arial;">
STATUS</td>
<td align="left" style="color: #000000; height: 18px; color: #000000; font-size: 12px;
font-family: Arial;">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MESSAGES
</td>
<td align="left" bgcolor="#ffcc66" style="color: #000000; height: 18px; color: #000000;
font-size: 12px; font-family: Arial;">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="ArchiveHistory.aspx" class="showTip L2">
<asp:Label ID="lblarchivehistory" ForeColor="black" runat="server" Text="ArchiveHistory"></asp:Label></a>
</td>
</tr>
</table>
</HeaderTemplate>
<HeaderStyle BackColor="#BDC0C7" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
Font-Bold="True" Font-Names="Verdana" Font-Size="11px" ForeColor="Black" Height="25px" />
</asp:DataList>
AnswerRe: AJAX Tool Kit +ASP.Net Pin
Sandeep Mewara25-May-10 22:01
mveSandeep Mewara25-May-10 22:01 
GeneralRe: AJAX Tool Kit +ASP.Net Pin
chetan_agarwal25-May-10 23:36
chetan_agarwal25-May-10 23:36 
Questionhow could we know that a method is executing a certain point of time Pin
sainath43725-May-10 18:16
sainath43725-May-10 18:16 
Answer[Repost]: how could we know that a method is executing a certain point of time Pin
Sandeep Mewara25-May-10 18:32
mveSandeep Mewara25-May-10 18:32 
QuestionNeed way to access controls on page from a static method in codebehind. Pin
Adam Brown 325-May-10 10:29
Adam Brown 325-May-10 10:29 
AnswerRe: Need way to access controls on page from a static method in codebehind. Pin
Not Active25-May-10 17:28
mentorNot Active25-May-10 17:28 
QuestionUpdating contents of GridView from JavaScript Pin
Adam Brown 325-May-10 5:55
Adam Brown 325-May-10 5:55 
AnswerRe: Updating contents of GridView from JavaScript Pin
Viral Upadhyay25-May-10 18:27
Viral Upadhyay25-May-10 18:27 
AnswerRe: Updating contents of GridView from JavaScript Pin
Sandeep Mewara25-May-10 19:11
mveSandeep Mewara25-May-10 19:11 
QuestionExtender controls may not be registered after PreRender Pin
Hendrik Debedts25-May-10 3:00
Hendrik Debedts25-May-10 3:00 
AnswerRe: Extender controls may not be registered after PreRender Pin
Hendrik Debedts25-May-10 3:21
Hendrik Debedts25-May-10 3:21 
Questionhow to print a file without opening it Pin
raghvendrapanda25-May-10 2:44
raghvendrapanda25-May-10 2:44 
AnswerRe: how to print a file without opening it Pin
T M Gray25-May-10 7:45
T M Gray25-May-10 7:45 
AnswerRe: how to print a file without opening it Pin
Pranay Rana26-May-10 0:03
professionalPranay Rana26-May-10 0:03 
GeneralRe: how to print a file without opening it Pin
raghvendrapanda1-Jun-10 9:44
raghvendrapanda1-Jun-10 9:44 
QuestionSystem.IO.IOException Please help me Pin
cheguri25-May-10 0:45
cheguri25-May-10 0:45 
AnswerRe: System.IO.IOException Please help me Pin
P. S. Pundeer25-May-10 1:23
P. S. Pundeer25-May-10 1:23 

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.