| guru's profileguru's spacePhotosBlogNetwork | Help |
guru's space |
||||||
|
December 07 6 free online editors for your asp.net site6 free online editors for your asp.net siteFCKeditor this HTML text editor brings to the web much of the power of desktop editors like MS Word. Damn Small Rich Text Editor - very small text editor.Built on top of well known JQuery library. Download Damn Small Rich Text Editor TinyMCE -Cross platform HTML WYSIWYG text editor .Supports templates, easy localizable and can be extended using plugins HotEditor - browser-based rich text editor that provides an advantage in simplifying the workload and providing options for integration to forum software WYMeditor - simple cross platform XHTML web editor SPAW Editor is a web based in-browser WYSIWYG editor control enabling web site developers to replace a standard textarea html control with full-featured, fully customizable, multilingual, skinable web based WYSIWYG editor. November 23 One-Way (Fire-and-Forget) Webmethod Using the OneWay property of SoapDocumentMethod under System.Web.Services.Protocols
frees the client thread immediately instead of forcing it to wait for a
response. The OneWay attribute can be specified like so: [SoapDocumentMethod(OneWay=true)] Method should be marked as void. What is happening behind the scenes:
|
|||||
|
|