Request a Tutorial

  • Are you searching for a tutorial and getting totally frustrated because you cannot find it?
  • You can request it by logging in, choosing the right category and then click on the ADD NEW ARTICLE button.
  • If someone requested that tutorial already, rate it and we will give it priority.

Explore the Request a Tutorial

ASP

Filtered welcome authorized user page

How do I filter individual contents to individual authorized users displayed in his/her welcome page?

Read More
Forms Validation

Auto generate username

Auto generate a username using letters and numbers. Then send it to the person registering. Read More
Databases

How do I format database output into paragraphs?

I followed the tutorial on Simple CMS and everything is working fine. However,  my article is displayed as a long solid block of text making it unreadable. Read More
ASP

outlook meeting request from asp

How do i send outlook meeting request from asp.

Set iConf = CreateObject("CDO.Configuration")
set imsg = CreateObject("CDO.Message")

 imsg.To =xxxx@xxx.com
 imsg.From =xxxx.@xx.com
 imsg.Subject ="Test meeting"
    Set Flds = iConf.Fields
    Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver").value = "xxx.xx.xx.xx"
    Flds.Update
    Set iMsg.Configuration = iConf
    set ibp = imsg.BodyPart.AddBodyPart
 iBp.ContentClass = "urn:content-classes:calendarmessage"
 iBp.ContentMediaType = "text/vcalendar; charset=""utf-8"""
 set stm = ibp.GetDecodedContentStream
     Stm.WriteText msgbody()'bodytext()
     Stm.Flush

this send meeting request but in outlook it doesn't show as meeting request. what i am doing wrong?

Read More
Client Side

Photo Album 2.2

Hello,

I am trying to make a photo album using the MX photo album 2.2. I would like to use an existing MX template for the album instead of an MX built in version. Can this be done? If so, how? Do I have to edit every html page created?? Any advice would be greatly appreciated.

PC.

 

 

Read More
Newer articles Older articles