User Profile

Collapse

Profile Sidebar

Collapse
roshaan
roshaan
Last Activity: Aug 13 '16, 01:26 PM
Joined: Jan 6 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • roshaan
    replied to asp - error of COM+ Admin SDK
    solved-asp - error of com+ admin sdk

    thanks for reply - Nicodemas - ....after some careful study finally i managed to solve the problem.and i am sharing my mistake, for others if they have same issue like this
    here is my mistake,,
    i just hard code the email address of (from) in this tag
    Code:
     <input name="txtFrom" class="Text-Box" size="35" value="abc@abc.com">
    ...
    See more | Go to post

    Leave a comment:


  • roshaan
    started a topic asp - error of COM+ Admin SDK

    asp - error of COM+ Admin SDK

    i am working in asp 3.0. and using this script....
    Code:
    objCDOSYSMail.From = request("txtFrom")
    objCDOSYSMail.To = request("client_email")
    objCDOSYSMail.Cc = "adm@adm.com"
    objCDOSYSMail.Subject = Request("txtSubject")
    'where client_email holds 10 email addresses
    but during process it generates error
    Code:
    "(0x8004020E)
    Cannot modify or
    ...
    See more | Go to post

  • thanks for your reply
    it is very helpfull for me.
    i just want to save the filename as a reference for future reference.
    See more | Go to post

    Leave a comment:


  • save file in db with unique name or id with asp classic

    I m new to asp my code is working absolutely fine, but i am facing two problems although these problems are not affecting the application. I just want to make good functionality to the application logically.

    1) when i upload excel file, and if another file is already present with the same name, then new file overwrites it..
    and if i manually change file name then file is saved with new name..
    i am trying to save this...
    See more | Go to post

  • How to generate pdf from dynamically filled asp page

    I am using asp not asp.net

    I have one asp page on which at least 45 values are filled by user and the table structure is of 8 columns and 10 rows…..

    My task is to send it to database then generate pdf of that page and then email to admin.

    After a lot of search I found help and successfully manage to complete my task. I am using persits.pdf for creating pdf and cdosys for sending mail…
    All the...
    See more | Go to post

  • Is it possible to re-enter form values from second table?

    In (asp classic) i have a form(one), a user access it by login-- then some values are pre-filled by session variables --- after that if user selects [add contacts] from add button then from pop up window he chooses one contact from contacts list ,,,is it possible to refill these values to form(a). I think I have cleared my point.

    I did this in that way….
    As user is logged in on form(one) he selects one contact from pop up...
    See more | Go to post

  • roshaan
    replied to asp excel access unique userid
    thank yoy very much i m working on it
    See more | Go to post

    Leave a comment:


  • roshaan
    started a topic asp excel access unique userid

    asp excel access unique userid

    i m very new to asp and working on a project using asp and access not asp.net……….

    I have a small application in which after login, user can upload .xls file, then the record from this excel file is inserted to access database, my sample project files are working fine i.e file uploaded and inserted to access ...my problem is that i want to insert data of that excel file in access with the unique user_id of particular user, because...
    See more | Go to post
No activity results to display
Show More
Working...