User Profile

Collapse

Profile Sidebar

Collapse
kerriejones
kerriejones
Last Activity: May 19 '08, 11:00 PM
Joined: Mar 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kerriejones
    started a topic ASP / SQL Timeout Error 12152
    in .NET

    ASP / SQL Timeout Error 12152

    I have an ASP.NET.2 page which is performing massive inserts into a SQL 2005 database. The whole application (Code & Database) is set up on a hosted website. If I run it from my office, all runs OK, however when the user runs it (from another site) I get the following issue.

    Sys.Webforms.Pa geRequestManage rServerErrorExc eption: An unknown error occurred while processing the request on the server. The status code returned saw: 12152...
    See more | Go to post
    Last edited by DrBunchman; May 19 '08, 08:11 AM. Reason: Moved to .NET Forum - ASP Forum for Classic ASP only

  • kerriejones
    started a topic Passing Parameters From PHP to ASP.Net
    in .NET

    Passing Parameters From PHP to ASP.Net

    I currently have a php page, and need to pass parameters from here into ASP.Net session variables. Can someone please help. My ASP parameters are constantly blank

    PHP:
    <script>
    function PlugTheASP(Fiel d1,Field2,Field 3)
    {
    form1.Input_Fie ld1.value = Field1;
    form1.Input_Fie ld2.value = Field2;
    form1.Input_Fie ld3.value = Field3;
    form1.submit();
    }...
    See more | Go to post

  • kerriejones
    started a topic PHP - ASP Session Variables
    in PHP

    PHP - ASP Session Variables

    I have a system which needs to handle both PHP and ASP.NET pages. The users login on a PHP page and there are times when I need to pass these parameters using Session Variables to ASP.

    Simplified PHP Code:
    [PHP]session_start() ;
    session_registe r("sessFirstNam e");
    $_SESSION['sessFirstName'] = "Fred";[/PHP]

    These are the attempts I have made in ASP to retrieve the above, unfortunately...
    See more | Go to post

  • kerriejones
    replied to Login - javascript execution
    Mark,

    This does not work either. I have republished the problem in the correct area!
    See more | Go to post

    Leave a comment:


  • kerriejones
    replied to Login - javascript execution
    Login - javascript execution

    I am trying to create a simple login routine, and am failing completely, I have tried to simplify the test and still no luck. This code is in a php page!

    HTML
    [HTML]<form method="post" action="" >
    <div>
    <input type="text" name="field1"/>
    <input type="password" name="field2"/>...
    See more | Go to post
    Last edited by acoder; Dec 14 '07, 08:52 AM. Reason: Added code tags

    Leave a comment:


  • kerriejones
    started a topic Login - javascript execution

    Login - javascript execution

    I am trying to create a simple login routine, and am failing completely, I have tried to simplify the test and still no luck.

    HTML
    <form method="post" action="" >
    <div>
    <input type="text" name="field1"/>
    <input type="password" name="field2"/>
    <input type="button" name="submit"...
    See more | Go to post

  • kerriejones
    replied to Access Database - Insert - Auto Number
    in PHP
    Thank you - that was my problem!
    See more | Go to post

    Leave a comment:


  • kerriejones
    started a topic Access Database - Insert - Auto Number
    in PHP

    Access Database - Insert - Auto Number

    I am a bit rusty with my php, but I need to move some code on to a new website and coming upon a lot of problems. This one I can not solvefor the life of me.

    I am trying to insert a record into a table which has an auto number as the key. I was not sure if my connection was the problem so I tried the following select first, but it runs withput any problem:
    $mySQL = "SELECT * FROM Audit Where AuditID = 1089";...
    See more | Go to post
No activity results to display
Show More
Working...