Click here to Skip to main content
15,886,664 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to send excel attachment mail which is converted from datatable without saving to system in asp.net Pin
Richard Deeming27-Aug-13 3:32
mveRichard Deeming27-Aug-13 3:32 
QuestionSMTP Return-Path Pin
Blikkies21-Aug-13 21:54
professionalBlikkies21-Aug-13 21:54 
AnswerRe: SMTP Return-Path Pin
Richard Deeming27-Aug-13 3:35
mveRichard Deeming27-Aug-13 3:35 
Question.Net Certification Pin
Chandra Sekhar.bs21-Aug-13 20:53
professionalChandra Sekhar.bs21-Aug-13 20:53 
AnswerRe: .Net Certification Pin
Thomas Daniels21-Aug-13 21:26
mentorThomas Daniels21-Aug-13 21:26 
GeneralRe: .Net Certification Pin
Chandra Sekhar.bs22-Aug-13 19:22
professionalChandra Sekhar.bs22-Aug-13 19:22 
AnswerRe: .Net Certification Pin
Thomas Daniels22-Aug-13 21:02
mentorThomas Daniels22-Aug-13 21:02 
Questionhi Pin
Member 1022459421-Aug-13 20:53
Member 1022459421-Aug-13 20:53 
how to get min max restore and close links in calender using webparts in vb.net


XML
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>


<!DOCTYPE html>

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

</head>
<body>
    <form id="form1" runat="server">
    <div>

        <asp:WebPartManager ID="WebPartManager1" runat="server">
        </asp:WebPartManager>
        <br />
        <asp:WebPartZone ID="WebPartZone1" runat="server">
            <ZoneTemplate>
                <asp:Calendar ID="Calendar1" BackColor="White" runat="server" BorderColor="#999999" CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Height="180px" Width="200px">
                    <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
                    <NextPrevStyle VerticalAlign="Bottom" />
                    <OtherMonthDayStyle ForeColor="#808080" />
                    <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
                    <SelectorStyle BackColor="#CCCCCC" />
                    <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
                    <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
                    <WeekendDayStyle BackColor="#FFFFCC" />
                </asp:Calendar>
            </ZoneTemplate>


        </asp:WebPartZone>
        <asp:WebPartZone ID="WebPartZone2" runat="server">
            <ZoneTemplate>
                <asp:BulletedList ID="BulletedList1" displaymode="HyperLink" title="MyLinks" runat="server">
                    <asp:ListItem Value="http://www.microsoft.com">MicroSoft</asp:ListItem>
                    <asp:ListItem Value="http://www.msn.com">MsN</asp:ListItem>
                    <asp:ListItem Value="http://www.contoso.com">Contoso Corp.</asp:ListItem>
                    <asp:ListItem Value="http://www.yahoo.com">yahoo</asp:ListItem>
                </asp:BulletedList>
            </ZoneTemplate>
        </asp:WebPartZone>
        <asp:EditorZone ID="EditorZone1" runat="server">
            <ZoneTemplate>
                <asp:LayoutEditorPart ID="LayoutEditorPart1" runat="server" />
                <asp:AppearanceEditorPart ID="AppearanceEditorPart1" runat="server" />
            </ZoneTemplate>
        </asp:EditorZone>


        <asp:Button ID="Button1" runat="server" Text="Browse Mode" OnClick="Button1_Click" />
        <asp:Button ID="Button2" runat="server" Text="display Mode" OnClick="Button2_Click"/>
        <asp:Button ID="Button3" runat="server" Text="Edit Mode" OnClick="Button3_Click" />
    </div>
    </form>
</body>

</html>

Questionsent email vb.net Pin
chew9321-Aug-13 7:59
chew9321-Aug-13 7:59 
QuestionRe: sent email vb.net Pin
jkirkerx21-Aug-13 10:54
professionaljkirkerx21-Aug-13 10:54 
AnswerRe: sent email vb.net Pin
chew9321-Aug-13 17:59
chew9321-Aug-13 17:59 
AnswerRe: sent email vb.net Pin
jkirkerx22-Aug-13 10:25
professionaljkirkerx22-Aug-13 10:25 
QuestionUnhandeled Exception, Windows 7, SQL Server 2005 , Windows application , VB.NET Pin
vaibhav.jain820-Aug-13 20:05
vaibhav.jain820-Aug-13 20:05 
AnswerRe: Unhandeled Exception, Windows 7, SQL Server 2005 , Windows application , VB.NET Pin
vaibhav.jain820-Aug-13 20:30
vaibhav.jain820-Aug-13 20:30 
AnswerRe: Unhandeled Exception, Windows 7, SQL Server 2005 , Windows application , VB.NET Pin
Bernhard Hiller20-Aug-13 21:36
Bernhard Hiller20-Aug-13 21:36 
QuestionGridView using ColumnSpan Pin
captainronohio20-Aug-13 9:45
captainronohio20-Aug-13 9:45 
AnswerRe: GridView using ColumnSpan Pin
Anurag Gandhi23-Aug-13 7:36
professionalAnurag Gandhi23-Aug-13 7:36 
QuestionAbout application Pin
Member 1020673520-Aug-13 0:02
Member 1020673520-Aug-13 0:02 
AnswerRe: About application Pin
Anurag Sinha V29-Aug-13 23:02
Anurag Sinha V29-Aug-13 23:02 
QuestionHow to Capture Selection area in webpage Pin
ansriharsha18-Aug-13 21:15
ansriharsha18-Aug-13 21:15 
AnswerRe: How to Capture Selection area in webpage Pin
Joezer BH18-Aug-13 22:42
professionalJoezer BH18-Aug-13 22:42 
GeneralRe: How to Capture Selection area in webpage Pin
ansriharsha19-Aug-13 19:08
ansriharsha19-Aug-13 19:08 
AnswerRe: How to Capture Selection area in webpage Pin
Joezer BH20-Aug-13 0:28
professionalJoezer BH20-Aug-13 0:28 
GeneralRe: How to Capture Selection area in webpage Pin
ansriharsha21-Aug-13 2:21
ansriharsha21-Aug-13 2:21 
GeneralRe: How to Capture Selection area in webpage Pin
Joezer BH21-Aug-13 2:27
professionalJoezer BH21-Aug-13 2:27 

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.