User Profile

Collapse

Profile Sidebar

Collapse
menon
menon
Last Activity: Sep 21 '06, 10:54 AM
Joined: Aug 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • menon
    replied to Asp Error in send Mails
    Hi

    This error is usually generated because dynamic-link libraries (DLLs) on which the COM object depends are one of the following:
    • Missing from the system
    • Not in the system path
    • Not accessible by the system because of security settings

    _______________ ___
    best regards,
    Kalipurayath Sanal Menon
    See more | Go to post

    Leave a comment:


  • menon
    replied to Resizing Images Without Components
    Hi Guys!

    create a file 'thumbnail.aspx ' and insert the code

    <%@ Page Language="C#" ContentType="te xt/html" ResponseEncodin g="iso-8859-1" %>
    <script language="C#" runat="server">
    void Page_Load(Objec t sender, EventArgs e)
    {
    try{
    Response.Cache. VaryByParams["Image;Width;He ight;ForceAspec t"] = true;
    Response.Conten tType...
    See more | Go to post

    Leave a comment:


  • menon
    replied to problems with sending email
    Hi Guys!

    Use CDONTS instead of CDO Message Sending,
    Here is the sample code for sending CDONTS HTML Mails!

    'Code Begins

    Dim objCDOMail

    'Create the e-mail server object
    Set objCDOMail = Server.CreateOb ject("CDONTS.Ne wMail")

    objCDOMail.From = Request.Form("e mail")
    objCDOMail.To = "info@yourdomai n.com"
    objCDOMail.Subj ect...
    See more | Go to post

    Leave a comment:


  • menon
    replied to using ssl certificate in asp
    Hi Guys!

    Please Refer this link, you will find more about Forcing http:// to https://

    http://www.hotscripts.com/Detailed/57478.html


    best regards,
    Kalipurayath Sanal Menon...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...