I need to extract a line from a text file and write that line to a new text file. I want to do this for each line that contains the string "AB". Does anyone know how to do this? Thanks, Rich
I have 2 small tables (one column) that contain email addresses. I want to compare the tables to find out which email addresses match up between the 2 tables. Is there a simple way to query for this?
Thanks,
Rich
I need to delete 16,000 + bogus activities from the activity list. The activity list can only delete in chunks of 500. I'd like to axe all 16,000 at once. Any ideas?
Does anyone know how to script the addition of static ip address (as in the advanced tcp/ip settings tab of the tcp/ip properties)? I can only find examples for adding a single static ip, netmask, gateway...
Thanks,
Rich
Does anyone know how to set file permissions via asp.net? I have a page that allows me to upload files, but I want to be able to set the permissions on the file after I upload it. Any ideas? Thanks, Rich
Hi, the problem is that emails sent via this page are not being sent formatted in HTML, they are formatted as text messages. As far as I know, the only difference should be in one line:
To send in HTML:
objMail.BodyFormat = System.Web.Mail.MailFormat.Html
To send in Text:
objMail.BodyFormat =...
Thank you for your reply. "localhost" is a valid mail server. I have sent several test messages successfully, but the messages are sent in plain text.
Rich
I cannot figure out how to send messages in HTML format. My code is below, do I need something else besides objMail.BodyFormat = System.Web.Mail.MailFormat.Html?
Thanks, Rich
<script language="vb" runat="server">
Sub sendmessage_Click(sender as Object, e as EventArgs)
Dim objMail as New...
No luck, I still get tons of <Null>s for the fields I specfied to be not null. Any ideas? Here's my code:
SELECT DISTINCT Company, Contact, Address1, Address2, City, State, Zip, Country
FROM Contact1
WHERE (COMPANY IS NOT NULL)AND(CONTACT IS NOT NULL) AND (TITLE IS NOT NULL) AND (ADDRESS1 IS...
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.