We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[1010] Beginning Active Server Pages

Last post 12-16-2006 9:38 PM by michael poxon. 22 replies.
Page 1 of 2 (23 items) 1 2 Next >
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [1010] Beginning Active Server Pages

    This thread is for discussions of Beginning Active Server Pages.

    • Post Points: 80
  • 06-03-2002 8:39 PM In reply to

    • mallyone
    • Not Ranked
    • Joined on 06-03-2002
    • New Member
    • Points 5

    Only for posted pages

    One thing to note, this only works on pages which have been posted to
    • Post Points: 0
  • 05-22-2003 9:07 AM In reply to

    • JadesNet
    • Not Ranked
    • Joined on 05-22-2003
    • New Member
    • Points 10

    Problem

     I tried this code out exactly, but I get an INSERT INTO syntax error.  I have also tried using the rs.AddNew to add to my database but I get a read-only error.  I have tried changing the lock type and cursor types around but I can't get anything to work.
    • Post Points: 0
  • 06-23-2003 2:53 AM In reply to

    For using rs.AddNew

    U Have to include a file name adovbs.inc file i yr asp page. thenu can use the addnew and update methods
    • Post Points: 0
  • 06-23-2003 2:54 AM In reply to

    Quote:
    [1]Posted by JadesNet on 22 May 2003 09:07 AM[/1]
     I tried this code out exactly, but I get an INSERT INTO syntax error.  I have also tried using the rs.AddNew to add to my database but I get a read-only error.  I have tried changing the lock type and cursor types around but I can't get anything to work.


    pls see t he comment
    • Post Points: 0
  • 07-15-2003 6:27 AM In reply to

    • alexreg
    • Top 25 Contributor
    • Joined on 10-22-2001
    • Guru
    • Points 8,695

    forminput.asp - RESOLVED

    I get this error when I submit forminput.asp:

    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

    [Microsoft][ODBC Microsoft Access Driver] Unknown

    /forminput.asp, line 12

    What's wrong? I even copied the code over exactly.
    the error's with this line:
    cConn.Execute sSQL
    • Post Points: 0
  • 07-15-2003 9:07 AM In reply to

    • alexreg
    • Top 25 Contributor
    • Joined on 10-22-2001
    • Guru
    • Points 8,695
    It doesn't work it all. I created the table using Access and set of the OBDC fine. What's wrong?
    • Post Points: 0
  • 10-21-2003 12:51 AM In reply to

    • kyayhmon
    • Not Ranked
    • Joined on 10-21-2003
    • New Member
    • Points 5

    can't build project

    I'm beginner of ASP.I make my thesis with ASP.But I've got problem for building project in Visual InterDev.I'd already installed IIS5.It shows web server can't connect.How I do?If it's cause of IIS error,please explain me step by step.let me know solution during five days.please help me.
    • Post Points: 0
  • 11-12-2003 6:18 PM In reply to

    same here

    heppens to be that i have the same prolem.
    • Post Points: 0
  • 11-13-2003 3:43 PM In reply to

    • alexreg
    • Top 25 Contributor
    • Joined on 10-22-2001
    • Guru
    • Points 8,695
    i solved the problem a while ago, but i forgot how.
    • Post Points: 0
  • 01-05-2004 1:49 AM In reply to

    RE: for forminput.asp

    chk your SQL statement. Stop before execting cConn.Execute sSQL . Print sSQL and try executing the same in the backend. If it doesnt work then you need to change the SQL statement.
    • Post Points: 0
  • 01-05-2004 4:49 AM In reply to

    • alexreg
    • Top 25 Contributor
    • Joined on 10-22-2001
    • Guru
    • Points 8,695
    thanks, but it wasn't the sql. i did that. it's long since solved.
    • Post Points: 0
  • 02-02-2004 12:25 AM In reply to

    not able to expand treeview in my ASP page

     i'd used ActiveX treeview control in my page and created tree by using ASP codings. but the tree is shown as collapsed one on load. i'd tried "TreeView1.Nodes(count).EnsureVisible " which produces an error of "index out of bounds". anyone pls help me as early as possible as i 've to complete by today itself. Thanks
    • Post Points: 0
  • 02-03-2004 8:58 AM In reply to

    • mak
    • Not Ranked
    • Joined on 02-03-2004
    • New Member
    • Points 10

    How to call a DLL (written in C#) in ASP

    hi all,

            I am very new to ASP technology.  
            I am in a need to use DLLs (written in C#) in ASP Pages.
            Could anyone suggest me how to proceed.

    Regards,
    MAK,
    • Post Points: 0
  • 02-03-2004 10:58 AM In reply to

    • James Crowley
    • Top 10 Contributor
    • Joined on 12-07-2000
    • United Kingdom
    • Guru
    • Points 14,850
    • SystemAdministrator
    The trick for this is to get .NET to generate a TLB library for your the .NET class. In Vs.NET, you can modify the current build profile and set the "Register for COM Interop" section to true. See http://www.c-sharpcorner.com/Code/2002/April/COMInteropP2AJ.asp for more information.
    • Post Points: 0
Page 1 of 2 (23 items) 1 2 Next >