I am trying to submit a form using this code (I only need to send it plain text)
Dim mailObj as new MailMessage
mailObj.From = "email@blah"
mailObj.To = "email@blah"
mailObj.Body = "this is a test"
mailObj.Subject = "Website Enquiry"
SmtpMail.SmtpServer = "localhost"...
I did data transfer from MySql to SqlServer 2000. In MySql the field was of type text and I have specified the field to be of the same type in SqlServer. But now in SqlServer (via Enterprise Manager) all I see is <Long Text> instead of teh actual content and I cannot view or modify it. I can...
RadioButtonList doesn't seem to let me have any other tags but ListItem within the tag, but what if I need to open and close <td>, insert line breaks etc?
--------------------------------------------------
Goals are dreams with deadlines
-------------------------------------
http://www.nimlok.com
i installed sql server 2005 express on my computer. created a database. how do i publish this database on iis now (like does it have to go into a specific directory etc)?
when i open the database using sql server management studio, it doesn't even ask me for a password. so when it is published...
I currently have a MySql database. What's the best way for me to transfer my data into MS SQL (I downloaded 2005 Express edition - it is free and our needs are extremely basic, so that should be enough). I am all new to the "MS world" so to speak, so I really know nothing about it. thanks...
we are switching to .NET from PHP, so this is all new to me.
I was told by somebody to be careful with VS.NET because of the spurious code that Microsoft products add to the page headers. how bad is it? This guy have used DreamWeaver to write his .NET pages (he said he used DW and hand coded...
I would like to put an image link into my email that is to be sent from OS X's Mail. Looked through help, but couldn't find anything. Can anybody explain how to do this?
--------------------------------------------------
Goals are dreams with deadlines
-------------------------------------...
we have a huge project where a web site is just a part of it, and we have somebody (not me) working on that project. the person is like a creative director although technically he is not employed by our company (it is complicated *lol*). yet, he never did a web site design before. I am actually...
my was boss recently fired from our company. many different reasons why, but the bottom line is that nobody was satisfied with the way she managed things, never delivered results etc etc.
i didn't like many things about her, but never showed it and she seemed to have been of a nice opinion...
"Competitive Salary" = We remain competitive by paying you less than our competition.
"Join our fast-paced company" = We have no time to train you.
"Casual work atmosphere" = We don't pay enough to expect that you will dress up; a couple of the real daring guys...
we're looking into "personalizing" our site.
i am just starting out in a server side world, so really hardly have any clue about things.
first, in general, how do you do backups? where/how do you store them?
any info, links to read etc would be great
second, how do you do backups on...
we are trying to send soem emails in html format that include forms. the problem is with a textarea field. when some people are typing something and hit the space bar, it jumps to the next email in the folder. for others, nothing happens (including that space not getting typed). is there any...
i have a "container" div that holds some stuff and i want to position some other stuff relative to the "container" div's 0,0 coordinates.
if i just say "position: relative; top: 0px; left: 0px;" that does not work.
how do i make it happen...
please take a look at this test page ( http://nimlok.com/new_site/final/tradeshow-exhibits/custom-modular/index.php?category=7 )
initial idea was to say something like "click the exhibit image to see detailed features" under the image. when the link is clicked, a big pop up window...
i have a page that shows up in my ie version 5.00.3502.1000 on w2k however i have somebody claiming that the whole site layout is totally screwed up in 5.0
the site is at http://nimlok.com/new_site/final/
and the screen shot from my ie5.0 is at http://nimlok.com/new_site/final/ie5.jpg
could...
i'll try to make a long story short.
[please don't look at the current existing site from a seo perspective - it is horrible and we're building a new one.]
we have a web site nimlok.com that redirects to nimlok.com/us if people choose US as the country, nimlok.com/ca - if they choose Canada.
Our...
this is one of the weirdest things I've seen.
Check out this page: http://www.nimlok.com/new_site/final/index.php
i checked it in IE5.5 & 6 on PC, Safari & IE5 on MAC - it is all fine.
Not so with NS7.02 on both MAC & PC. While the page is on my hard drive, it displays great. But when I publish...
the url is http://nimlok.com/new_site/final/index.htm
this is what it should look like (the link is to a very low quality jpg): http://nimlok.com/new_site/final/screen_ie.jpg
thanks!
--------------------------------------------------
Goals are dreams with deadlines...
don't know if php.ini settings are important here, but i'll include them anyway (the ones i think might be relevant):
session.save_handler = files
session.use_cookies = On
session.save_path = /tmp
then, i have 2 files, hello.php4
#!/usr/local/bin/php4
<?php include 'accesscontrol.php4'; ?>...
there's an online form that, when submitted, the results get emailed to a specified email address within our company.
what we'd like to do, is to be able to send a copy of the form results to a person who filled it out. so we're basically using our smpt server to send emails to domains other...
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.