+ Post New Thread
Page 1 of 129 1 2 3 11 51 101 ... LastLast
Threads 1 to 20 of 2574

Forum: ASP

Sub-Forums Last Post

  1. Forum Actions:

    Last Post:

  2. Forum Actions:

    Last Post:

  1. What is the difference between REQUEST and REQUEST.QUERYSTRING?

    What is the difference between these two statements? They seem to do the same thing... response.write(request("variable")) ...

    • Replies: 7
    • Views: 3,785
    02:02 PM Go to last post
  2. Crystal Reports Database Login Prompt

    I'm at the end of my rope. We have been trying to deploy Crystal Reports over our website. We have tried every report configuration we can think...

    • Replies: 2
    • Views: 2,754
    02:54 PM Go to last post
  3. asp.net sending email using exchange server

    Is there any difference in sending an email through asp.net using Exchange Server rather than the normal way? Any help is appreciated. Brent

    • Replies: 2
    • Views: 3,114
    02:20 PM Go to last post
  4. Mimic Input Type=File server to server

    Hello, here's my problem: On my web server I generate a file, I need to send this file to a different web server. I have no control over...

    • Replies: 8
    • Views: 1,342
    09:42 PM Go to last post
  5. spell check user input

    HI, I want to add the "Did you mean" - Google feature to searches on my website. My website lets users search for a business using different...

    • Replies: 2
    • Views: 632
    10:31 AM Go to last post
  6. Submitting a form without clicking submit

    Hi, Can someone tell me how to submit a form from within a scripted page without anyone having to manually click submit ? Is this something...

    • Replies: 3
    • Views: 1,142
    03:07 AM Go to last post
  7. Remove multiple selected items listbox

    How, using asp.net (vb.net), can I remove multiple selected items from a listbox. Everything I try does not seem to work. Thanks in advance.

    • Replies: 4
    • Views: 4,914
    01:19 PM Go to last post
  8. How to override the HTTP Date header?

    If your intent is to somehow transfer the file such that the resultant file's datestamp is the same as the original, I'd like to ask you how the...

    • Replies: 2
    • Views: 490
    04:26 PM Go to last post
  9. Problem using SELECT TOP and ORDER BY together in a query

    SQL is based on set theory. You are ordering the resultset by the StoryDate. So you have 6 articles at the top of the list. How is the database...

    • Replies: 2
    • Views: 5,440
    03:14 PM Go to last post
  10. Free Shopping Cart using ASP?

    Anybody recommend a free ASP shopping cart? JimL

    • Replies: 6
    • Views: 338
    12:15 AM Go to last post
  11. How do I put line break in my asp page?

    Try: <br>&nbsp;<br>&nbsp;<br> "Jules" <jules.farrell@james-chapman.co.uk> wrote in message...

    • Replies: 2
    • Views: 1,753
    09:50 PM Go to last post
  12. Beginner question

    new to the world of asp! I'm trying to define session variables using the following code: Session("Employee")= when i replace the Session...

    • Replies: 2
    • Views: 484
    03:36 AM Go to last post
  13. forms question

    Hi, I have a form with some fields and a submit button. The submit button posts the results to itself, which are then processed. I have 2...

    • Replies: 4
    • Views: 397
    06:03 PM Go to last post
  14. shopping cart

    Hi i would like to know. In CD-rom , it's possible to make a shopping cart I'm working on a site that requiers a shopping cart (just to calculate...

    2 Pages
    1 2
    • Replies: 33
    • Views: 2,702
    09:05 PM Go to last post
  15. Session Variables

    Hi everyone, I've been using ASP on a few different projects over the past year, either using Javascript or VBScript. During that time, I've made...

    3 Pages
    1 2 3
    • Replies: 48
    • Views: 2,862
    11:11 PM Go to last post
  16. database connection

    What is being returned? An error raised by the DLL? If Err.Number <> 0 Then MsgBox "An error occurred in the DLL" ? If con Is Nothing Then...

    2 Pages
    1 2
    • Replies: 31
    • Views: 1,991
    09:43 PM Go to last post
  17. Debugging

    It has nothing to do with IIS, go into your IE settings and shut off: show friendly http errors hth, Andrew * * * Sent via DevBuilder...

    • Replies: 15
    • Views: 762
    03:53 AM Go to last post
  18. checkbox

    I know there is a way to update records with a checkbox. Is there a way to update this records (with different value)by unchecking the checkbox?

    • Replies: 8
    • Views: 797
    reg
    08:34 PM Go to last post
  19. script problem

    I am trying to write to a file using: <% Sub OpenTextFileTest Const ForReading = 1, ForWriting = 2, ForAppending = 8 Dim fso, f

    • Replies: 11
    • Views: 470
    12:56 PM Go to last post
  20. checkboxes

    "cbool" might help if cbool(request.form("mychk")) = true then "Paul" <paul@themedialounge.com> wrote in message...

    • Replies: 9
    • Views: 793
    07:14 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139