clothes store     


How can I develop a db-drive..

Why am I getting this error ..

.aspx free web site hosting?

Web Applications: What to us..

Please tell me about the Top..

Running a Webservice online ..

I'm looking for per..

Host profiessional web serve..

Web Help needed here?

I need to know how to instal..

Upload Asp.net Website?

Can you please tell me what ..

Please help me about ASP .NE..

What is the deal with open s..

How do I pick a web host/ser..

Points awarded for A web hos..

Sql DataBase connection with..

Asp.net IIS problem?

Complete newbie to ASP. NET ..

Web Chat Room on Web Host Fa..

How to connect a MySQL datab..

How will you implement .NET ..

WHY WONT ANYONE ANSWER THIS ..

Please Recommend HTTP Web Se..

How to reach home web server..

Best Host for secure web ser..

Technical definitions in eng..

Need tips for writing a web ..

Can someone tell me how to r..

Is netfirms.com a good webho..

Access SQL database at an in..

Searching for a shopping car..

ASP .Net Web hosting technic..

ASP.NET Web hosting?

Really, really cheap ASP.NET..

Does anyone know of any chea..

Best ASP.NET (C#) web hostin..

What is the best ASP.NET web..

Free web hosting with asp.ne..
 
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]


What's a great media intense web hosting solution?
How can i get asp.net files to work on a remote server?
What is need by a Web Server to host a Visual Studio 2005 VB..
Web Hosting and E-mail?
Apache any good for ASP.NET?
Which is India's fastest web hosting server?
What are the reliable web hosting and development companies ..
Does anyone know of a webhosting company that supports asp.n..
My software firewall Commodo blocks the asp.net development ..
Can smbody tell me good websites frm where i can download AS..



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