I am trying to achieve this but this is not working. I am sure i am missing something, please help me where i am wrong. I hope this is achievable. We should able to pass a string from ASP Page (using
I am doing a site in asp. when i star开发者_如何学JAVAt a search with a name like this o\'neil i\'m getting a database error.
I have 3 dropdown lists in a form for the user to input the date by day, month and year. H开发者_如何转开发ow can I make that once t is the date that been input by the user, it will change the status
All, A few of our internal users are editing one of our classic ASP sites (Not a SharePoint site) via Sharepoint Designer which I believe uses FrontPage Server Extensions.
I\'m new in ASP development. This is my source code : ident = request.Form(\"ident\") pass=request.Form(\"passe\")
Is it possible to catch a classical ASP Scripting Timeout and redirect to a proper self defined error page, to avoid that the user sees the ru开发者_开发技巧ntime error page ?Are you using IIS?You can
We are currently having an issue due to implicit conversion in an IF statement in VBScript (Classic ASP) that don\'t do implicit conversion the same way when dealing with a variable or a literal. Can
I have a classic asp page with two buttons, one for LOGON and another for REGISTER.I have named both buttons as \"bsubmit\" so I can query the value to determine which button is pressed.That works fin
Where can I fi开发者_如何学运维nd an editor for \"classic\" ASP code?I always use VS2008 (supports intellisense, highlighting and debugging from SP1) if I\'m doing lots of changes, Notepad2 for quick
It is very simple to do paging on access database (using absolute and pagesize) but I heard its hard to do paging on SQL Serve开发者_StackOverflow中文版r database. How do I do I add simple paging to t