Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

C# - Convert String (Text) to Title Case (Proper Case), Upper Case, Lower Case in Asp.net

Sep 8, 2015 1 comments
Introduction

Here I will explain how to convert string or text to title case or proper case, upper case and lower case in
asp.net using c#, vb.net with example. By using system default properties we can convert text or string to upper case and lower case but to convert text to proper case or title case we need to use CultureInfo namespaces properties to convert text or string to proper case / title case in asp.net using c#, vb.net.

Description:
  
In previous articles I explained sql server convert string to proper case (title case) example, jQuery send & Receive json objects from web service in asp.net,
bind gridview using jquery json method in asp.net, show multiple markers in google map from database in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to convert string / text to title case / proper case, upper case and lower case in asp.net using c#, vb.net with example.

SQL Server Convert String to Proper Case (Camel Case) or Title Case Function Example

3 comments
Introduction:

Here I will explain how to convert string to proper case or title case or camel case in
sql server with example. To convert string to proper case or title case in sql server we don’t have any built in function for that we need to create user defined functions to convert string to title case in sql server.
Description:

jQuery Send Receive JSON Objects from Web Service Methods using AJAX in ASP.Net

Sep 7, 2015 1 comments
Introduction

Here I will explain how to send and receive JSON objects from web services methods using
jQuery ajax in asp.net using c#, vb.net with example. To send or receive JSON objects from web services methods in jQuery we need to create function which hold our object values in asp.net using c#, vb.net.

Description:
  
In previous articles I explained jQuery get json response from url in asp.net, call web methods from jquery json functions in asp.net, bind gridview using jquery json method in asp.net, show multiple markers in google map from database in asp.net and many articles relating to
gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to send or receive JSON objects from web services methods using jQuery ajax methods in asp.net using c#, vb.net with example.

jQuery Open File Upload Dialog Box on Button (image) Click Instead of File Upload Control

Sep 3, 2015 4 comments
Introduction

Here I will explain how to open file upload dialog on button click or image in
jQuery or show upload button to upload images instead of file upload control in jQuery with example. To show file upload dialog box on button click in jQuery we need to hide file upload control and enable upload control click on button click.

Description:
  
In previous articles I explained
jQuery load more records on button click in repeater, jQuery show asp.net exception message in ajax calls, jQuery check whether radiobutton selected or not, jQuery get radio button selected value by name, jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to open file upload dialog box on button click or image with example.

Asp.net MVC Example Demo Project Application with Database Download

Sep 2, 2015 57 comments
Here we will explain simple asp.net mvc example project with database / code download or step by step asp.net mvc application project with database download. We created simple step by step GYMONE project to let users learn mvc in easy way.

Please check following details for demo Project in Asp.net MVC

Project GYMONE Guide

Project Name: - GYMONE

we provided entire GYMONE project to download with Sql server Script which contains tables and store procedures which are used.

Please read Text files ReadMe_First.txt file first.

In this Application there are 2 Types of Users one will be Admin and other will be System User

jQuery Ajax Error The Length of the String Exceeds the Value Set on the Maxjsonlength Property in Asp.net

Sep 1, 2015 2 comments
Introduction

Here I will explain how to solve the problem of  
jQuery ajax 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 using c#, vb.net. Actually this jQuery ajax error will occur whenever our result set data cross json default lenth to fix this problem we need to increase maxJsonLength property default value. 

Description:
  
In previous articles I explained gridview examples in asp.net, dropdownlist examples in asp.net,
jQuery regular expression to validate url without http(s), regular expression to validate phone number in jquery, regular expression to replace all special characters with spaces in c#, regex email validation in c# and many articles relating to jQuery, asp.net. Now I will explain how to solve the problem of length of the string exceeds the value set on the maxJsonLength property.” in asp.net.

Export Datatable (Gridview) to Excel in Windows Application using C#, VB.NET

4 comments
Introduction

Here I will explain how to export datatable or datagridview to excel in
 windows forms application using  c# vb.net or export datagridview or datatable data to excel in windows application using c# , vb.net or export datagridview / datatable to excel in windows forms using c# , vb.net.

Description:
  
In previous articles I explained
bind data to datagridview in windows application, create windows form application file, delete windows service from system, use progressbar control in windows application and many articles relating to windows application, asp.net, c#,vb.net and jQuery. Now I will explain how to export data from datagridview to excel in c# windows application

Bind Specific Columns of Datatable to Datagridview in C# Windows Application in VB.NET

Aug 31, 2015 1 comments
Introduction

Here I will explain how to bind specific columns of datatable to datagridview in windows application using
c#, vb.net with example or bind / show particular or specific columns in datagridview from datatable in windows application in c#, vb.net with example.

Bind (Show) Datatable to DataGridview in Windows Application in C#, VB.NET

Aug 30, 2015 1 comments
Introduction

Here I will explain how to bind datagridview in windows application using
c#, vb.net with example or bind datatable to datagridview in windows application in c#, vb.net with example.

Description:
  
In previous articles I explained
insert, update, delete in gridview with single stored procedure, jQuery gridview crud operations without postback in asp.net, gridview examples in asp.net, display images from database using handler in asp.net, generate random password in asp.net using c# and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to bind datatable to datagridview in windows application using c#, vb.net with example.

Auto Suggestion Search TextBox in MasterPage using JQuery & WebServices in Asp.Net C#, VB.NET

0 comments
Introduction

Here I will explain how to implement auto suggestion search textbox in masterpage using 
jQuery using web service example in asp.net using c#, vb.net or bind or fill a jQuery autocomplete search textbox example with master page using web service in asp.net using c#, vb.net or jQuery autocomplete textbox with content page and master page example in asp.net using c#, vb.net.

Description:
  
In previous articles I explained jQuery google currency conversion as per exchange rates example, jQuery countdown timer example, jQuery increase or decrease font size of website,
jQuery autocomplete textbox with multiple words in asp.net, jQuery autocomplete with images in asp.net and many articles relating to autocomplete, css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to implement jQuery autocomplete textbox in master page using web service example in asp.net using c#, vb.net with example.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.