Contents tagged with ASP.NET
-
CRUD Operation in ASP.NET MVC 4 and AngularJS
Today we will create an ASP.NET MVC 4 Application using AngularJS and perform CRUD (Create, Read, Update and Delete) operations using SPA (Single Page Application).
Let’s create a new MVC …
-
Host custom domain in Microsoft Azure
To host a custom domain make sure you have a account in Azure portal and a custom domain from any domain provider service (In my case I have a domain from GoDaddy).
When you creates website in …
-
OData Service using WCF Service
OData is a standardized protocol for creating and consuming data APIs. OData builds on core protocols like HTTP and commonly accepted methodologies like REST. The result is a uniform way to expose …
-
Check All Check Boxes in List View with JQuery
Hi, Its quite simple to use check all checkboxes in List view using JQuery.
Use the below JQuery function to check all check boxes:
$(document).ready(function () {
$("[id$=' …
-
Upload large file using AjaxFileUpload Control with client-side chunking
With the latest release of AjaxControlToolkit you can upload large file (more than 3GB) with client-side chunking. Code is still simple as it was earlier.
Add ToolkitScriptManager & …
-
Uncheck Radio Button on Double Click
Recently I got one requirement that i have to uncheck radio button list when a user double click it (Try to uncheck). I did this using JAVA Script.
Below is the code.
Designer:
<head runat=" …
-
Setup and Deployment of Windows Application with SQL Server Database using Visual Studio 2010
Recently i got a chance to create a small WPF Application and then i have to create a MSI using Visual Studio 2010 using SQL Server 2008 Database. (I have to create a MSI which will create a …
-
Sending Mail in Go-daddy Shared Hosting using Google Apps Mail
Most of the time we are facing problem when trying to use feedback form in the website which is hosted in GoDaddy servers in shared hosting and we are using Google Apps as mail for the domain. …
-
Binary Tree in ASP.NET
Earlier i have done number of Multi Level Marketing projects. In these projects there is major role of Binary Tree. There are different type of plans and as per plan Tree structure will differ but …
-
Sending SMS to selected users from Gridview binded with Database
In last post i describe the simplest code that how to send SMS to used but now i am describing that how to send SMS to selected users from list of users from Gridview which is binded with …
-
Sending SMS through ASP.NET using SMS sending API from providers
Hi, Here i am describing you simplest way to send SMS using ASP.NET and API from SMS sender providers.
Whenever you will get SMS's from providers they will give you userid , password and …