Decent recommended ASP Gantt Chart
Fri, 26 Sep 2008 16:26:04 +0100
Hi,
Could anyone recommend a descent classic ASP gnatt chart software with an
Access backend- I need it for resource planning.
Thanks!
...
|
call storedprocdeure from asp
Thu, 25 Sep 2008 06:28:08 -0700 (PDT)
dear sir/madam
I have created a stored procedure using if and else if. this stored
procedure only select
record from table. and I have done paginh\g in asp page.
so It gives error
like
ADODB.Recordset error '800a0cb3'
Current Recordset does not support bookmarks. This may be a limitation
of the provid ...
|
Preview file from link?
Tue, 23 Sep 2008 12:24:25 +0200
I have a page with links to different files (doc, pdf, jpg, tiff, xls
etc.) - now I am supposed to let the user preview them by holding the mouse
over a link, somewhat like Vistas function when you hold the mouse over a
program in the taskbar it pops up - can this be done i asp and how?
Regard Betina
...
|
number format
Tue, 23 Sep 2008 12:36:26 +0300
Hi,
Our thousand seperator is period, and decimal seperator is comma.
so a number looks like this: 1.456,60
formatnumber() produces above format.
When entering this value into database, I get error, because comma is
also used by SQL to separate records.
If the number is smaller than thousand, I can ...
|
Number of Views for a Link Error Please Please Please Help.
Tue, 23 Sep 2008 06:37:01 GMT
Hi all,
I Need to add a "Number of Views to a Link" to display in the grid.asp (which
the projects starts from iis) page when some one wants to edit the db, by
this way I can see how many times the Link is accessed. It gives me an error
styled,
ADODB.Recordset error '800a0cc1'
Item cannot be found in the ...
|
How to use .dll extension on IIS?
Mon, 22 Sep 2008 02:31:02 -0700
I have to develop an application (woeking on IIS) witch have to accept input
string through HTTP protocol. Client sends request: "GET
/Test/Test.dll?list_of_parameters...". I can't change this string on client
side. How to tell IIS (on XP Pro SP3) to accept this data and call some other
proccess to use this. ...
|
lots of fake Compile errors SP1 C# ASP.NEt
Sun, 21 Sep 2008 21:41:01 -0700
This just started when I updated to sp 1 working on a APS.net, Visual Studio
2008, c# Project.
When I open a project, I get tons of Errors showing in the list 300+
if I double click on them I go to the page see the errors with the red
squigles and after about 10 seconds they go away. If i do this on on all ...
|
|
|
How to efficiently get a random set of records from a DB
Sun, 21 Sep 2008 11:48:22 +0100
Hi All
I use a MySQL DB with my ASP classic web app.
I've been asked if I can create a routine whereby I get a random number of
products (records) from the DB and display these on the site. Basically
every time a visitor hits the home page, they want the site to display a
random selection of say 6 produ ...
|
On Error redirect
Fri, 19 Sep 2008 17:16:39 -0400
I have a page that will timeout and crash with a timeout error on line 200.
How can I do a redirect instead of the page halting if such an error does
happen?
thanks
...
|
Text only version of web site
Fri, 19 Sep 2008 21:37:26 +0100
Does anyone know where I can see some asp (vbscript) code to convert a web
page into a text only version, like for accessibility?
Example at
http://wave.webaim.org/report?textonly&url=http%3A%2F%2Fwww.microsoft.com
My html is stored in a database so it can be easily manipulated, but it is
not XML.
Thanks f ...
|