all groups > inetserver asp components > july 2007
My COM always writes two same data in the system
Posted by tanya.wang NO[at]SPAM gmail.com at 7/27/2007 5:50:15 PM
For certain purposes I tried to add a record in my DB not using the
classic ASP way but going through a vb6.0-based Active X DLL file.
However it always adds two identical records at the same time. Have
tried on both IIS5.1 and 6.0 but get the same duplicate results.
Really have no clue. Any hel... more >>
ASP call a COM but got Error Code = 0x8002801d : Library not registered.
Posted by tanya.wang NO[at]SPAM gmail.com at 7/25/2007 11:56:05 PM
Hi all,
I have created a component based on http://support.microsoft.com/kb/299692
Registered the DLL on my IIS 5.1 server (XP SP2) but I got this error
message on my asp page:
Error Type:
(0x8004E025)
COM+ Activation failed because an initialization function failed.
Check the event log for... more >>
PING
Posted by Dave at 7/17/2007 10:48:11 PM
Can anyone point me to a free component for ASP that will let me do a
PING from a web page?
Thanks!... more >>
ASP Concatenate string
Posted by Raju at 7/5/2007 5:31:47 PM
String a=Test
String b=test@test.com
How can I concatenate this to get
String c ="""Test"" <test@test.com>"
... more >>
Email CDO.Message
Posted by Raju at 7/5/2007 4:20:21 PM
I am using CDO.Message to create an email. Currently the email sent
says the email id of the sender however i would like it to say the
name + email id something like this
Email From : " Name"<name@name.com>
If I pass this as a constant like
Email From """Name"" <name@name.com>" it works. H... more >>
EventValidation razzle dazzle
Posted by Doker at 7/4/2007 10:46:02 AM
I've go a litle userwebcontrol that has i button. this button when clicked
hides a label and shows a textbox in its place (code 1).
Works fine until i put it into a datalist or similiar thing. As you culd
expect, or may be you shouldn't, Asp shouts something about event validation.
We all ... more >>
|