Search results

  1. M

    Urgent Help

    I'm working on web site's asp.net programming, and already built up several asp.net pages, but yesterday my boss told me our web sites will be moved into a new ISP which is support ASP ONLY. I wonder if it's possible to transfer my asp.net pages to asp pages automatically or easiest way to do...
  2. M

    change the font size in script

    hi, i'm writing script part of an application form by asp.net, sth like ------------------------------- <script runat="server"> Sub Submit_ApplicationForm(Source As Object, E As EventArgs) Dim sMsg As String sMsg+= "Application Form:" & vbcrlf +"<BR>" +"<BR>" sMsg+= "*Your Personal...
  3. M

    Sending Application form by email

    Hi, There I'm currently working on a web site. There is an application form is required to be filled by visitors, my idea is simplely send the form to webmaster by email in the format of attachment, like .doc or sth, i wonder how am i suppose to make it happen. Many thanks Martin
  4. M

    SMTP Question

    Hi, I just grab the following code from previous thread in the forum, everything has been set correctly, i reckon. The page return with "Success", but i haven't received any mail in my inbox. Was that Normal, or i should replace "localhost" by the ISP's mail.domain.com so that i could get a...
Back
Top