+ Post New Thread
Page 3 of 129 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Threads 41 to 60 of 2574

Forum: ASP

Sub-Forums Last Post

  1. Forum Actions:

    Last Post:

  2. Forum Actions:

    Last Post:

  1. session

    Hi, Could somebody please tell me how I check whether a session is dead based soley on the Session.SessionID. At present the timeout is set to...

    • Replies: 8
    • Views: 342
    03:34 PM Go to last post
  2. Dictionary Object

    Wondering if someone can give me a hand with something that I'm sure is really easy - but damned if I know what I'm doing wrong. I'm trying to read...

    • Replies: 15
    • Views: 1,298
    03:28 PM Go to last post
  3. Content Management

    Hi, Is there an article out there on dealing with content management systems and how to replace characters (i.e. an apostrophe in a content...

    • Replies: 7
    • Views: 423
    03:20 PM Go to last post
  4. Quick question

    if you want to select top 100 records, you will use SELECT TOP 100 * FROM tableName Is there anyone knows how to find bottom 100 records? ...

    • Replies: 19
    • Views: 393
    01:35 PM Go to last post
  5. Replacing quotation marks

    The following removes any unwanted apostrophes before being inserted into an sql database: Articletext = replace(articleText,"'","''") ..but...

    • Replies: 6
    • Views: 507
    03:27 PM Go to last post
  6. Coordinates solution...

    Need_help wrote: This is a client side scripting issue which is very much on-topic at news:comp.lang.javascript which is over there ----> Just...

    • Replies: 3
    • Views: 304
    11:23 AM Go to last post
  7. Passing coordinates

    You'd have to use your client side code to post a form, load a url, or something like that with your data. At what point would you want to send...

    • Replies: 7
    • Views: 318
    02:45 PM Go to last post
  8. Select from two tables

    after selecting from two table like so- select table1.column, table2.column from table1, table2 ... What is the correct syntax to access the...

    • Replies: 4
    • Views: 519
    08:41 PM Go to last post
  9. loop though session

    Is there a way I can loop through everything that is in session?

    • Replies: 5
    • Views: 421
    08:40 PM Go to last post
  10. ASP Displaying Images from within SQL DB

    I've been searching and searching for this and there are lots of posts - but very few answers. I have a SQL2000 Database that has jpg images in a...

    • Replies: 0
    • Views: 425
    08:25 PM Go to last post
  11. Works under Win 2000 breaks under XP

    I have a web application that works fine under Window 2000 but breaks under Windows XP. If it is served form a Win2k box, it makes a list of...

    • Replies: 1
    • Views: 356
    08:18 PM Go to last post
  12. Moving data between select boxes

    Hi I have used ASP code to load data into two select boxes. The code below is used to move the selected data back and forth between the boxes. ...

    • Replies: 0
    • Views: 485
    07:29 PM Go to last post
  13. last record doesn't display

    http://www.middletree.net/debug/DisplaySortableTickets.html Doing an Intranet-based app in ASP. I put the view source version (that is, no ASP...

    • Replies: 0
    • Views: 380
    07:26 PM Go to last post
  14. filter html-tags, but not all...

    Hello I was wondering if you guys could help me. im building a small messageboard and i want to filter all html-tags except these ones: <b> ...

    • Replies: 4
    • Views: 606
    06:13 PM Go to last post
  15. ASPError Object problem

    I'm attempting to use the ASPError object to generate a custom page when a user encounters a 500-error. I want the page to generate an email to...

    • Replies: 0
    • Views: 343
    05:47 PM Go to last post
  16. logging user visit

    I am building an ASP application, in this application, one of the functions is that I have to know exactly how long a user has used a certain page...

    • Replies: 2
    • Views: 356
    CJM
    05:23 PM Go to last post
  17. Form2Email troubling my life

    Hi, All my Form2Email ASP scripts are not working. Its very sad that I tried few scripts and none are working, even my own. What could be the...

    • Replies: 1
    • Views: 418
    05:02 PM Go to last post
  18. What is this? <img src="{$ ImagesDir}/photo.gif">

    What is this? <img src="{$ ImagesDir}/photo.gif"> I KNOW what an HTML image tag looks like. But what do you call that in the file source? Is it...

    • Replies: 8
    • Views: 482
    04:30 PM Go to last post
  19. Testing on XP pro stopped working

    I was working on an asp and it was working fine. I came back to it a few days later and it was no longer working... When I submit a form through...

    • Replies: 2
    • Views: 391
    04:22 PM Go to last post
  20. My SQL in ASP

    How do i connect to a MySQL sever in ASP, Not MS SQL Server. Thanks Jason

    • Replies: 7
    • Views: 374
    03:33 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