Computers & Internet
Change the message format to HTML, Rich Text, or plain text in Outlook 2007
This articles explains how you can change the format of your email messaeg to html, rich text or plain text format.
Change the message format for all messages
You can configure Outlook so that all new e-mail messages use the message format of your choice.
Php Mail Function with Html Header
I recenltly used the php mail function. Simple but useful.
http://www.php.net/function.mail
Change the Width and Height of Wysiwyg or Text Editor in CuteNews
You can change the Wysiwyg or Text Editor to make it wider and display for text. First browse to inc/addnews.mdu, open it with notepad or any other editor and then perform the following steps:
If Using Wysiwyg Editor
Find the following code (line 147) and change the width and height to a desired value
How to Populate Drop Down List with XML Source in Asp.Net
You can populate an Asp.Net DropDownList control with an Xml source. This becomes very handy while displaying static dropdown items such as list of states, months, days, dates etc.
First create an xml file, name it dropdown.xml and add the following code to the file
XML Data Set for all States in United States
Following is the xml dataset for all US (United States) States. Please visit Populate Asp.Net DropDownList to see an example of how to use the following code:
XML Data Set of all Months in a Year
Following is the Xml dataset for all months in a year. Please visit Populate Asp.Net DropDownList to see an example of how to use the following code:
XML Data Set of all Dates in a Month
Following is the Xml dataset for all dates in a month. Please visit Populate Asp.Net DropDownList to see an example of how to use the following code:
XML Data Set of all Days in a Week
Following is the Xml dataset for all days in a week. Please visit Populate Asp.Net DropDownList to see an example of how to use the following code:
Obtain Values of Query String using C#
You can pass variables via query string from one page to another. The page it is passed to should then recieve that varibale and to use it.
Following is an example on how to pass the variable.
