How can I refrence the aspNetEmail

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How can I refrence the aspNetEmail

    How can I add refrence to aspNetEmail so I can import it
    in my aspx page

    Imports aspNetEmail 'aspNetEmail was not in the list of
    Imports.

    Sincerely yours


    Mike John


    Mike John Guest

  2. Similar Questions and Discussions

    1. Refrence image in template column
      I am trying to change the image in my column depending on the status of the db field. All of the data is being populated correctly, I just haven't...
    2. How to refrence html objec t from aspx form
      Add a runat="server" and id attribute to it. It also needs a CodeBehind reference. If you are using VS.Net, you can right-click it in the Designer,...
    3. How can I refrence html object from aspx form.
      I have created checkbox in the aspx form (html) not the design. Syntax:<input type =checkbox name ="mycheckbox"> now how can I read i's...
  3. #2

    Default Re: How can I refrence the aspNetEmail

    Hi Mike,
    aspNetEmail is a 3rd party assembly that I wrote ( [url]www.aspNetEmail.com[/url] ).

    If you would like to send an email, without purchasing a component, then you
    will need to reference the System.Web.dll and use the System.Web.Mail
    namespace.

    Let me know if you need anything else.

    Cheers!
    Dave
    [url]www.aspNetEmail.com[/url]

    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:013301c34400$b03aacf0$a501280a@phx.gbl...
    > How can I add refrence to aspNetEmail so I can import it
    > in my aspx page
    >
    > Imports aspNetEmail 'aspNetEmail was not in the list of
    > Imports.
    >
    > Sincerely yours
    >
    >
    > Mike John
    >
    >

    dave wanta Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139