Microsoft
Software
Hardware
Network
Question : .net question
Hi guys,
Just a quick .net question.
One of my pages have the following code:
string sendersName = Request.Form["sendersname"
];
string sendersEmail = Request.Form["sendersemail
"];
mailMsg.From = sendersName + "<" + sendersEmail + ">";
This allows the user to type his name and email, and the email which goes out upon submitting the form is as from: "what the person entered"
If I want to hardcode the sendersName and sendersEmail do I just say: ?
string sendersName = "John Doe"
string sendersEmail = "
[email protected]
"
Thanks
Answer : .net question
your catalog.Engine is trying to open a port. 50000 range is too high.
Try changing it to 4000
Random Solutions
Cisco - Site to Site VPN - IPSEC
How do display number as KB, MB, or GB?
Permission Problems Creating Exchange Mailbox
Setting up DNS records for a small business with a new domain
Display Key Fields
Windows Service crashing on one machine, not on the other
Mac OS X 10.6.3 Can't logon to Active directory
Private WAN
Whats wrong with my css?
CKEditor: How to update textarea using javascript?