Hey Everyone,
Need help with this database connection in ASP. I am getting the following error on the line that is in bold below: An exception of type 'Microsoft OLE DB Provider for ODBC Drivers:[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'calendarinfotable'.'was not...
Hello,
Just wandering if anyone knows why this doesn't work?
fieldlabel.setCaption(fieldonform1)
when i submit I
thisForm.action = "Second.asp"
thisForm.submit
Second.asp
field = Request.Form(fieldlabel) - fieldlabel is not passed and field = ""
does anyone know why I...
Hey,
I am trying to add a record to my SQL database. I am using MS InterDev to create my ASP pages. I have a form in which the user inputs the info, then they click to submit the information. When clicking submit they are directed to my Conf.asp which contains the code to add the new record...
Hey,
I have a form containing the DateTimePicker Control. When I click the submit button I need to access the value of the datetimepicker control and the process.asp page. I have tried the following:
On the onchange event
stdte = datetimepicker.value
and in the process.asp doing
stdate =...
Can anyone help me?
I have a form in which users enter a time in timetextbx. I have an option box to select AM or PM. I need to convert the value in the timetextbx to military time if PM is selected then conver it into DateTime format using the CDate function.
Does anyone have any...
I have a form on ASP1.asp when the form is submitted I do some validation on ASP2.asp. In the event that there is an error with the user input I want my ReturnToForm.btn to direct the user back to the form on ASP1.asp with all the information that they have already input in.
When I do...
Hello Out There,
Can anyone help me in converting a date such as
Mon Jan 15 00:00:00 EST 2001 to mm/dd/yyy. I have a field name StartDate with a datatype of datetime. I don't care about the time.
I am using Active X Calendar Control.value to get my date when the user click on it. Then I am...
Hello Out There,
Can anyone help me in converting a date such as
Mon Jan 15 00:00:00 EST 2001 to mm/dd/yyy. I have a field name StartDate with a datatype of datetime. I don't care about the time.
I am using Active X Calendar Control.value to get my date when the user click on it. Then I am...
Hello Out There,
Can anyone help me in converting a date such as
Mon Jan 15 00:00:00 EST 2001 to mm/dd/yyy. I have a field name StartDate with a datatype of datetime. I don't care about the time.
I am using Active X Calendar Control.value to get my date when the user click on it. Then I am...
Where should I start?
I need help in passing a parameter to my DTC Recordset to query my SQL database and display my records in a DTC Grid. My target platform is the the Server using VBScript as the language. My client script is using javascript as the language.
I am using the Active X...
Where should I start?
I need help in passing a parameter to my DTC Recordset to query my SQL database and display my records in a DTC Grid. My target platform is the the Server using VBScript as the language. My client script is using javascript as the language.
I am using the Active X...
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.