Ask a Question related to ASP.NET General, Design and Development.
-
Mike John #1
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
-
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... -
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,... -
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... -
dave wanta #2
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



Reply With Quote

