all groups > inetserver asp general > november 2003 > threads for thursday november 20
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Summary tab
Posted by Jeff Clark at 11/20/2003 9:50:37 PM
Hi. How ya doing?
You guys are great.
I am stumped.
You know when you right-click on an image or other file, you get the
properties sheet. Then you take the Summary tab. How do I read the Summary
tab with ASP or Vb?
Thanks so much!
Jeff Clark
... more >>
New line in CDO TextBody
Posted by Andrew Banks at 11/20/2003 9:10:40 PM
How do I start a new line in the TextBody when sending email with CDO?
Thanks
... more >>
CDOSYS Access Denied on objMail.Send
Posted by Ray Paganini at 11/20/2003 8:58:49 PM
I'm running IIS 6.0 with Exchange 2003. One web site
that is hosting is trying to use the new CDO method of
sending e-mail.
SMTP Service is working fine for Exchange, but for web
sites on the same box using code below generates:
CDO.Message.1 error '80070005'
Access is denied.
... more >>
how i conver a string to number with asp?
Posted by John Muñoz at 11/20/2003 8:23:45 PM
thanks
--
La vida tb esta orientada a objetos... more >>
about trigger of SQL Server
Posted by kevin jin at 11/20/2003 5:22:45 PM
Hi,
I did read Andrew's article about SQL Server trigger.
After a 'Insert' trigger is fired,is there any way we can modify newly
added data in virtual 'Insert' table before put them to the database?
Thanks!
Kevin Jin
DEVBuilder.org, http://www.DEVBuilder.org
ASP,ASP.NET,VB.NET,PHP,... more >>
Images Missing when loading ASP page
Posted by Ed at 11/20/2003 5:10:41 PM
I first noticed this in my own app. Images would show up missing [red X]
randomly on IE 6.0.2800.1106 on Windows 2000 server.
I then was able to repro this problem on Microsoft's website!!! The page I
used was
http://www.microsoft.com/windows/ie/downloads/critical/ie6sp1/default.asp
After p... more >>
Combo Box to ListBox
Posted by Scott at 11/20/2003 4:57:41 PM
I have an ASP page which show's a Drop-Down Combo box, and
a ListBox. My Combo Box is populated from a SQL Select
Statement which shows User Groups. I want to populate my
Listbox with all the names associated with that User Group
selected from the Combo Box. I have a Select Statement
th... more >>
web site loads wrong default page
Posted by raj chahal at 11/20/2003 4:37:57 PM
hi there
I'm running win 2000, I downloaded a calender and put it into my root
website folder. the calendar folder contained a file called adovbs.inc
After the insertion of this folder and creating links to it we noticed that
when the web page loaded it's home page, another older page that h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
<%=ray%> online query analzyer for access 2000
Posted by jason at 11/20/2003 3:10:32 PM
Hi Ray...a while ago you explained an elegant solution to enable me to
CREATE and EDIT existing tables and queries inside my online access 2000
database.... could you provide refresher links on this or possibly some
starter code?
I am just so sick of the syncronization problems that come into ... more >>
Calling a stored proc with the recompile option
Posted by go559 NO[at]SPAM hotmail.com at 11/20/2003 2:02:45 PM
I would like to call my stored proc and invoke the WITH RECOMPILE
option. I can't figure out what to set in ADO to make that happen.
Anyone know how to make this work? BTW, I _don't_ want to create the
stored proc using the WITH RECOMPILE.... more >>
client side
Posted by Jeff Clark at 11/20/2003 12:35:59 PM
Hi i have some client side code residing on the server, but when i try to
connect, it says connection refused.
This has happened before and it was due the connection string not being set
in VB. My question is, when I try to reconnect can I use a different
connection string on the client than I ... more >>
ASP Help needed
Posted by *** HAWK at 11/20/2003 12:25:36 PM
I'm trying to make a music CD webpage (eg hmv.com) using ASP. I want it to
follow these guidelines:
All visitors should be able to obtain a list of
1 - all CDs in the database listed by A-Z by arist name
2 - CD's which price is within a range (minimum & maximum) specified by the
user
3 - title... more >>
urgent help needed!!
Posted by Catherine Jones at 11/20/2003 12:23:28 PM
Hi all
we are getting active x component can not create object (Error No. 16) while
creating an instance of File System Object in ASP client side script. Could
you plz help us in solving this problem. We were working on opening a
selected text file at client site and inputing the content.... more >>
Creating an ASP
Posted by Falcore4 at 11/20/2003 11:11:04 AM
Can someone tell me what's involved in creating an ASP? I
need to create a web page where users can check their past
history of the account.
Thanks... more >>
saving a query string
Posted by shank at 11/20/2003 10:49:10 AM
I have a search page with 7 different field options to search upon. The user
can use any or all options. On the results page I'd like to put at the top
of each column and ASC and DESC link to resort the results in the user's
choice. How do I save that original query string to reuse in the sort li... more >>
input=hidden - how much data can it store?
Posted by jason at 11/20/2003 9:58:07 AM
Can someone tell me if it is possible to store the contents of a TEXT AREA
field in HIDDEN FIELD in another page after the initial form containing the
textarea is submittted....
I need to do this to seamlessly present the submitted data in an attractive
format while hiding his submitted data i... more >>
can't get recordcount property to work!!
Posted by amador612 NO[at]SPAM hotmail.com at 11/20/2003 9:38:38 AM
Hi folks, I'm opening a recordset with a SQL statement and then trying
to use the .RecordCount property to count the number of rows in the
recordset. For some reason, it is always returning -1. Here's the code
(I have left out the details for the connection string):
-------------------
strSQL... more >>
Call MSSQL Job using ASP
Posted by Khai Mun, Ng at 11/20/2003 9:07:23 AM
Hi,
Does anyone try before using ASP to execute JOB in MSSQL?
Thank you
Regard,
--
Khai Mun, Ng
... more >>
Detecting when a called function has finsihed
Posted by Kevin at 11/20/2003 5:27:38 AM
I have the a function which creates a table of search
results from a paramater passed from the page Request as
shown below..
<%
GetSearches(unescape(Request("serialNumber")))
%>
Is there a way to detect when this function has finished
execution as i want to page a page loader on the p... more >>
|