Amazon Ad

Saturday 13 December 2014

Angular JS in ASP.NET

Hi,

I was creating one simple form and code in Angular.js. It was my first day of working with Angular.js. Following is the code to start with

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Angular Forms</title>
    <link href="Content/bootstrap.min.css" rel="stylesheet" />
    <script src="Scripts/angular.js"></script>
</head>

How to implement Captcha v3 in ASP.NET

 I was facing an issue of dom parsing in my website. I finally resolved it by using Google Captcha V3. Step 1: Get your keys from https:...