It was too early to get up this morning. I got up in less than seven and went out to buy my wife a pack of hot milk for sending. My wife's stomach is always uncomfortable recently and does not feel digested. It really makes me feel bad. I don't know if there is any special medicine for treating stomachache.
I came back to read Mike harsh's blog and found a good thing, WPF/e, Asp.net Server Control. After reading her introduction, you can easily develop in vs. net2005. The following is a controls texture:
The following describes the control attributes of Mike harsh:
-
Backgroundcolor-the string representing the background color of the WPF/e plug-in. Any string representation of a color that is valid in XAML is valid here.
-
Errorhandler-the string name of a JavaScript method that handles the WPF/e plug-in's error event.
-
Hostfilepath-the string path to the aghost. js file used by the Control. By default the control will point to an aghost. js file on channel9.
Maxframerate-the maximum framerate the WPF/e plug-in will attempt to render the content. This defaults to 30.
-
Source-the string path of The XAML file used by the WPF/e plug-in.
-
Scriptsource-the string path of a Javascript file with Event Handlers for The XAML.
-
Usechannel9hostfile-A bool to determine if the control references the aghost. js from channel9. This defaults to true. If it is false, the hostfilepath property will be used to find an aghost. js file.
-
Windowlessmode-A bool to determine whether the WPF/e plug-in runs in windowless mode. defaults to false.
He provides the source code download of control and the download of a sample Website. Here is a link for interested users to download:
Control Source Code : http://www.simplegeek.com/mharsh/wpfewebcontrol/Cu...
example Program Code : http://www.simplegeek.com/mharsh/wpfewebcontrol/sm...