N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

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 ...

How to: Disable Button after Click while maintaining CausesValidation and an OnClick-Method

›
Here is how you can do it by adding these two lines in your code behind to prevent multiple clicks on a button. string strProcessScript = ...
‹
›
Home
View web version
Powered by Blogger.