Showing posts with label CSharp. Show all posts
Showing posts with label CSharp. 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.

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.

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
Blogger Tips and TricksLatest Tips And TricksBlogger Tricks