Background: Aa developer always requires to use multiple Javascript (Js) and CSS files for readability and maintainability of code. But such practice leads to degradation
Tag: ASP.NET
New TextMode Properties in ASP.NET 4.5
While working on an open source project called “Link Shortner“, I came to know about a new enumerations of Texbox server control under the property
Disable Right Click on Web Page and Image in ASP.NET
Sometimes you want to prevent user from right clicking on your web pages or images from being copied. It may be because of some security
Calling ASP.Net WebMethod using JQuery
Let’s start with web method first. Webmethod: 1. It is very easy to write a web or page method. 2. They must be declared as
Fixed Size Multi-Line Textbox in ASP.NET
Sometimes we don’t want our user to resize multi-line textbox. To avoid resizing of multi-line textbox, following CSS trick will work: Let’s write a simple
Difference Between Server.Transfer and Response.Redirect?
Server.Transfer 1. It is used when redirecting the webpage within the same application. 2. As the redirection takes place from server, it has no round trips