Quantcast
Channel: The Opening Batsman » C#
Browsing all 10 articles
Browse latest View live

Prevent Cut-Copy and Paste Operations in a TextBox using jquery

Users should be prevented from doing Cut, Copy and Paste operations in an ASP.NET TextBox This code snippet handles a typical requirement where you are asked to confirm an email address or confirm...

View Article



Image may be NSFW.
Clik here to view.

One-click creation of Resource file for pages & user controls in ASP.NET

In Visual Studio 2005 & onwards, you can create resource files for pages & user controls with just one click. In the design view of your page or user control, go to Tools → Generate Local...

View Article

Image may be NSFW.
Clik here to view.

Best ASP.NET Interview Questions

1) Tell me the diff between Interface and Abstraction Ans) in the interface all methods must be abstract; in the abstract class some methods can be concrete. In the interface no accessibility modifiers...

View Article

Using Explicit Cast instead of Databinder.Eval to increase performance...

The DataBinder.Eval method is often used when you want to bind data to a control’s template. DataBinder.Eval cast’s Container.DataItem to its specific type, like this: <ItemTemplate>...

View Article

How to fix Validation of viewstate MAC failed error | ASP.NET Debugging

How to fix viewstate MAC failed error | ASP.NET Debugging Error Description - HttpException (0×80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster,...

View Article


Image may be NSFW.
Clik here to view.

How To: Get Client Machine IP Address | MAC Address using Javascript, JSON,...

What is an IP Address? How to track user information using IP Address? An IP address is an address for a computer on the Internet. So does this IP Address be useful for tracking user information? Just...

View Article

Image may be NSFW.
Clik here to view.

Paypal Express Checkout NVP Integration in ASP.NET

Step-by-Step Guide to – Paypal Express Checkout NVP Integration in ASP.NET Express Checkout makes it easier for buyers to pay online. It also enables you to accept PayPal while retaining control of the...

View Article

Image may be NSFW.
Clik here to view.

ASCII Codes Table – American Standard Code for Information Interchange

Below is the ASCII Codes Table which shows numerical representation of non-printing characters.

View Article


Image may be NSFW.
Clik here to view.

Useful Cheat Sheets – ASP.NET, C#, SQL Server, ASP.NET MVC, AJAX, JavaScript,...

Here’s a list of some of the most useful cheatsheets for ASP.NET, C#, SQL Server, ASP.NET MVC, AJAX, JavaScript, Jquery, CSS, Regular Expression, ASCII Codes. ASP.NET Core ASP.NET by Jon Skeet –...

View Article


Image may be NSFW.
Clik here to view.

How to add reCaptcha to ASP.NET MVC 4 Application

Google’s reCaptcha is the standard CAPTCHA implementation for preventing spam/bot attacks. Steps to implement reCaptcha in an ASP.NET MVC 4 Application:   1. Create public & private keys for your...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images