Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:646676
More Search Options
RSS Available
Matching Posts
Re: Trouble when try yo administer my web site in asp.net 2.0
I think you're trying to access a resource in a mapped network drive where you do not have permissions, you should move the sources files to your local driver or ask your administrator for permissions. ... Hope this works for you....
Posted to
Security
(Forum)
by
CyJacK
on 2/12/2007
Re: Simple email form?
Take off the Set statement. objMail = CreateObject("CDONTS.NewMail")
Posted to
Web Forms
(Forum)
by
CyJacK
on 12/18/2006
Re: How to dynamically Setting the Page's Title in ASP.NET 2.0?
You can change your title tag from this: <title>here the title</title> to this: <title runat="server" id="pageTitle"></title> now, on your Page_Load (or any other event you want to set the page title): pageTitle.InnerText = "Welcome to " + titleVar; // :P regards.
Posted to
Web Forms
(Forum)
by
CyJacK
on 11/26/2006
Re: Simple email form?
sustitute the code for this one (changing the old CDONT.NewMail by CDO.Message): < %@LANGUAGE="VBSCRIPT " CODEPAGE="1252"%> <% Option Explicit %> <% dim answer1, answer2, answer3 '-- Request for the answers answer1 = Request.Form("QAnswers1") answer2 = Request.Form("QAnswers2") answer3 = Request.Form("QAnswers3") dim objMail Set objMail = CreateObject("CDO.Message") objMail.To = " survey@mysurvey.com " objMail.From = " asppage@mysurvey.com " objMail.Subject = "Answer my survey" objMail
Posted to
Web Forms
(Forum)
by
CyJacK
on 11/25/2006
Re: Simple email form?
try this, it is asp: < %@LANGUAGE="VBSCRIPT " CODEPAGE="1252"%> <% Option Explicit %> <% dim answer1, answer2, answer3 '-- Request for the answers answer1 = Request.Form("QAnswers1") answer2 = Request.Form("QAnswers2") answer3 = Request.Form("QAnswers3") dim objMail Set objMail = CreateObject("CDONTS.NewMail") objMail.To = " survey@mysurvey.com " objMail.From = " asppage@mysurvey.com " objMail.Subject = "Answer my survey" ' 0 for HTML Format objMail.BodyFormat = "0" objMail.Body =
Posted to
Web Forms
(Forum)
by
CyJacK
on 11/24/2006
Re: Simple email form?
do you want an ASP.NET or ASP 3.0 script?
Posted to
Web Forms
(Forum)
by
CyJacK
on 11/24/2006
Re: Simple email form?
<% @ Page Language ="C#" %> <% @ Import Namespace ="System.Web.Mail" %> < script runat ="server"> //lets declare some variables to put our answers string answer1, answer2, answer3; protected void submit_Click( object sender, EventArgs e) { answer1 = Request[ "QAnswers1" ]; answer2 = Request[ "QAnswers2" ]; answer3 = Request[ "QAnswers3" ]; sendEmail(); } private void sendEmail() { // To: string strTo = "myemail@mycompany.com" ; //From: string strFrom = "me@asp.net" ; //Subject string
Posted to
Web Forms
(Forum)
by
CyJacK
on 11/22/2006
Page 1 of 1 (7 items)
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online