Showing posts with label Home. Show all posts
Showing posts with label Home. Show all posts

Multiple columns autocomplete textbox using WebAPI , CSS and javascipt with out using JQuery autocomplete textbox plugins.

Introduction:
This article explain you to create autocomplete text box using WebAPI , CSS and Javascript .
Description:
Below C# code is used to create a multi column autocomplete text box using WebAPI , CSS and javascipt with out using JQuery autocomplete textbox plugins. Generally to create a autocompelte
text box we use JQuery autocomplete plugins , but with JQuery autocompelte textbox plugins
it is not possible to create a multiple columns autocomplete textbox.

Tab Control using AngularJS & CSS and display dynamic pages in ng-include directive when user clicks on tab.

Introduction:
This article explain you to design the tab menu using CSS and AngularJS
Description:
In the Previous post i explained about ng-include directive. Below  code is used to design the dynamic tabs menu using CSS and AngularJS ,and display the pages in ng-include directive when user clicks on tab menu.

Adding and deleting dynamic row with textbox to table using AngularJS

Introduction:
This article explain you how to add dynamic rows with textbox to a table using AngularJS
Description:
Below  code is used to add dynamic rows with textbox to a table using AngularJS

Solve jQuery Ajax Error "The Length of the String Exceeds the Value Set on the Max jsonlength Property" in Asp.net

Introduction:
This article explain you how to solve the problem of “Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.” in asp.net 
Description:
Below code is used to solve the problem “Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.”

Generally this problem occur whenever our json result set length exceeds default json MaxJsonLength property value. By default MaxJsonLength property will allow 102400 (100k) in case our string exceeding this length we will get JavaScriptSerializer error.

ng include directive example in AngularJS

Introduction:
This article explain you to about ng include directive in AngularJS
Description:
HTML does not support embedding html pages within html page. To achieve this functionality following ways are used −

Using Ajax − Make a server call to get the corresponding html page and set it in innerHTML of html control.

Using Server Side Includes − ASP, JSP, PHP and other web side server technologies can include html pages within a dynamic page.

Using AngularJS, we can embedded HTML pages within a HTML page using ng-include directive.

Developing Native iOS, Android, And Windows Apps In C# With Xamarin And Visual Studio

Introduction:
This article explain you about Xamarin 
Description:
Below Post is about Developing Native iOS, Android, And Windows Apps In C# With Xamarin And Visual Studio

List to Datatable Converter Using C#

Introduction:
This article explain you to convert List Items in C# to DataTable 
Description:
Below C# code is used to convert  any list  items to datatable using a generic method

How to fix the Error message “No exports were found that match the constraint contract name” in VS2013

Introduction:
This article explain you how to fix the error "No exports were found that match the constraint contract name "

Description:
Follow the below steps to fix the error in visual studio 2013 while adding a new file to the solution.

Adding keyboard shortcuts to your web application

Introduction:
This article explain you to how to use key board keys as shortcut keys in your webapplication.
Description:
 Using below JavaScript you can add an event listener to a keyboard action, such as 'onkeydown' and 'onkeyup'  which will trigger your custom code to run and also pass along information related to the event.

How to search the data from table using AngularJS

Introduction:
This article explain you to search the from table using AngularJS
Description:
This post is continuation to the previous post Display the data in table using ng-repeat using WebAPI and AngularJS. In this post am explaining how to search the data from table using AngularJS and also how to apply Bootstrap css to table

Display the data in table using ng-repeat using WebAPI and AngularJS.

Introduction:
This article explain you to display the data in table using ng-repeat using WebAPI and AngularJS.
Description:
ng-repeat directive can be used to draw table easily. Below code is used  of ng-repeat directive to draw a table.

Simple Example of ng-view directive in AngularJS

Introduction:

This article explain you about  Single Page Application via multiple views on a single page using
AngularJS

Description:

AngularJS supports Single Page Application via multiple views on a single page. To do this AngularJS has provided ng-view directives and $routeProvider services.

Simplest Accordion Menu using jQuery and CSS

Introduction:
This article explain you to create accordion menu using jQuery and css .
Description:
Below  code is used for creating a vertical collapsible/accordion menu that allows to expand and collapse.

How to Unfollow All Followers on Twitter at once

Introduction:
This article explain you how to unfollow the all follwers on twitter at once.
Description:
Below script is used to un follow the followers of your twitter account in bulk.Generally there is no option in twitter to un follow the bulk followers.We need to unfollow the followers one by one.But by running the below script we can unfollow  followers in bulk.

CRUD Operations using ASP.NET Web API and Angular.js

Introduction:
This article explains you to save data in sql server database using ASP.NET Web API and AngularJS.
Description:
Below code is used to insert data into database using Web API and AngularJS
To implement this we need to write the code like as shown below

Display Message using controller in AngularJS

Introduction:
This article explain you to display the message using controller in AngularJS.
Description:
Below Code is used to display message using AngularJS directive.
To implement this we need to write the code like as shown below

Convert Number to Digits , Currency .

Introduction:
This article explain you to convert digits in to words.
Description:
Below C# code is used to convert the number in to words , currency , digit names
To implement this we need to write the code like as shown below

Sum of two integers using javascript


Introduction:
Sum of two integers using javascript
Description:
Here am going to explain how to add two integers using javascript
Blogger Tips and TricksLatest Tips And TricksBlogger Tricks