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
make a new bridge in cisco catalyst 2950
how to open the PDF in a new browser window using jsf ?
Is there a good solution for monitoring the status of RAID array in HP or IBM server run Windows 2003?
T-SQL: Count number of tables in the DB (SQL server 2008)
Pass multiple values for one parameter via OpenQuery
Will an AGP Video Card work in a PCI Express Slot?
using a hidden form with .hta script
OMA and OWA
"File Helper" reporting - Your system may have upopenable files - Why?
How to make WPF button background color silver?