N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Friday, November 19, 2010
How Do I Set Textbox Focus in Silverlight4.0?
›
Here is an example to set focus for a text box in Silverlight application. In Page.xaml < UserControl x : Class = "TextboxFocusTes...
How to Escape Special Characters in XML from C#
›
I have written a code which escape special characters in XML while posting an XML Request. Here is the sample code sample. private string ...
2 comments:
What are the special characters in XML?
›
If you use XML with no DTD, then these five character entities are assumed to be pre declared, and you can use them without declaring them: ...
Tuesday, November 16, 2010
Help full Tools and Converters
›
Here are some useful tools and converters which are helpful for conversion and compression .NET Code converters You can translate any C# c...
Clear Browser History Through Javascript
›
If you need to clear the Browser History, after arriving on a particular page (e.g. arriving to Login page after Logout). Here is the code ...
‹
›
Home
View web version