I am working on an HTML page that runs JavaScript to retrieve XML data. This data will need to be read by a .Net program for processing and automated alerts. I have code that gets the results from a XML request. I can display the results back on the webpage using the document.write command. If I...
I have a textbox that has a validation rule >=0 AND <=25. The format for the text box is Fixed, Zero decimal places. If I enter -0.4 it rounds the entry to zero instead of displaying the Validation Text that the number is less than zero and is invalid. How do you make the textbox only accept...
I have an ASP page that uses several Recordset DTCs connecting to a SQL server. When the SQL server is not avaliable, the page spits out the standard ODBC error messages. How can I trap/catch the ODBC errors when they occur?? (Like when SQL Server is paused and ASP page can't connect)I have...
Background info:
I have a main SQL stored procedure that calls the crosstab stored procedure found on the website below:
http://www.sqlteam.com/item.asp?ItemID=2955
I return the SQL statement (@sql) from the crosstab stored procedure into the main stored procedure and then run an EXEC (@sql)...
I have a webpage MessageBoard.htm. It contains two frames, a header frame and a main frame. I have a no right-click script in the header section of this page that prevents the user from right-clicking on the header frame. The main frame content MessageDoc.htm is overwritten daily; so, if I add...
The facts:
Using Visual Interdev 6.0 on Windows XP
Using IIS 5.0 on Windows NT Server for web server (Call it SERVER_X)
Developed a Microsoft Access 2002 database in a shared folder on a separate server (Call it SERVER_Y).
I am trying to connect to the database using DataEnvironment connection...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.