N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Wednesday, December 09, 2015
Microsoft Office update #KB3114409
›
If your system is currently running Microsoft Office 32 Bit version, you may have an issue with Outlook starting in Safe Mode after the upda...
Tuesday, November 17, 2015
TextBox set to ReadOnly using javascript
›
Here is a quick solution that works across the all browsers. Add below code in input textbox. onKeyPress = "javascript: return false;...
Tuesday, October 20, 2015
C# Character Escape Sequences
›
Character combinations consisting of a backslash (\) followed by a letter or by a combination of digits are called "escape sequences....
Friday, February 20, 2015
How to get Cookies reference is getting in ashx file
›
Here is how you can do it if you set Cookies in different pages. Below code will help you get Cookies in ASHX file public void ProcessR...
Tuesday, January 27, 2015
How to access ViewState of one page in another page in Asp.Net?
›
You can't access ViewState of one page from another page directly. If you want to access a particular ViewState value then you can pass ...
‹
›
Home
View web version