clothes store     


What is a good site to host ..

I want a PHP Script in my we..

I have purchaes a website na..

How can serveral domain name..

Website Help!!?

How can I use mod_rewrite to..

Design my own site?

How to make log-in accounts ..

Help pleaze!!!!!! I have a p..

Problem with web browsers/ h..

Bought a domain name from Go..

Why does my image not appear..

How do you find out who is h..

Does any have problems with ..

Daily Newsletter - Webpage F..

How do I cancel Yahoo legacy..

Is Ron Paul the Gandhi of ou..

How can i view my site on th..

My website: How do I change ..

Where can i get a webpage co..

When sending email via my Ya..

If possible, can you change ..

How to get a PHP file to be ..

How do you add message board..

I can't connect to ..

How would i upload my flash ..

How do I set up a website fo..

Is it allowed to ask for sug..

Hey, i recenty started a web..

Anybody who use google adsen..

Would You Live In Bloomingto..

Domain name?

Can't Get Into Yaho..

I need a web designer!?

I want to add a 'sh..

Help!!!Question about buildi..

Can I run ASP on a linux web..

How do I do access e-mails f..

I need to design a web site ..
 
Building website, anyone help me with ASP.net?    [Imwebhost]

I signed up for Microsoft's Basic web hosting, they don't allow third party website building but I've managed to add a members page. Well, when the member goes to submit their information, I need that information sent to me in my email so I can add it to a database. So if anyone knows of asp.net code that could work with this, it would be great. Also, I have added a members page in the document gallery but I don't want it to show up as /Documents/member.aspx, how do I cloak this and protect it for when the member logs in? Go to my website at www.gamerzoneinc.com for more on what I'm talking about. Thank you!!!

Building website, anyone help me with ASP.net?

public void SendNotificationEmail ( string strEmail, string strSubject)

{

MailAddress From = new MailAddress( "myaddress@myaddress.com" );

MailAddress To = new MailAddress( System.Configuration.ConfigurationManage... ["ReportMailTO"] );

MailAddress CC = new MailAddress( System.Configuration.ConfigurationManage... ["ReportMailTOCC"] );

System.Net.Mail.MailMessage objMailMessage = new System.Net.Mail.MailMessage( From, To );

objMailMessage.CC.Add( CC );

objMailMessage.Subject = strSubject;

objMailMessage.Body = strEmail;

objMailMessage.IsBodyHtml = true;

SmtpClient client = new SmtpClient( System.Configuration.ConfigurationManage... ["SmtpServer"] );

client.Send( objMailMessage );

}

this is a real quick email sending function in asp.net you can modify it as you wish. also a simple way to cloak the URL would be to change the 404 HTTP error to point to the correct page and have the log-in pointing to a page that does not exist. But you have to have admin rights on the server in order to change those things in IIS.


[Imwebhost]


How would you rate one.com for their hosting?
Free webhosting?
Bob, will we be eating our words??????
Website related services ???
401 The web site is blocked by administrator?
How can i get asp.net files to work on a remote server?
What do you think about "dot ws" websites?
Fonts in Dynamic Images don't work using ImageTTFTe..
Paid for "more data transfer usage" and my site go..
If I install Office 2007, will frontpage 2003 still be there..



Comment
Name: Name:  Password:   Register?
Comment:
Face