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

Showing posts with label VB.NET. Show all posts
Showing posts with label VB.NET. Show all posts

Create or Generate QR Code in Asp.Net using C#, VB.NET

Apr 16, 2017 9 comments
Introduction:

Here we will learn how to create or generate QR code in asp.net web application using c#, vb.net with example or asp.net dynamically generate and display QR code using c#, vb.net with example or generate and read QR code in asp.net using zxing.Net library in c#, vb.net with example. By using “Zxing.Net” library in asp.net we can easily generate and read QR code in c#, vb.net with example based on our requirements.

Description:

Asp.Net Generate and Read QR Code in Web Application using C#, VB.NET

Apr 3, 2017 7 comments
Introduction:

Here we will learn how to create or generate QR code in asp.net web application using c#, vb.net with example or asp.net dynamically generate and display QR code using c#, vb.net with example or generate and read QR code in asp.net using zxing.Net library in c#, vb.net with example. By using “Zxing.Net” library in asp.net we can easily generate and read QR code in c#, vb.net with example based on our requirements.

Description:

Create Installer File for Windows Application using Visual Studio

Mar 22, 2017 3 comments
Introduction

Here we will learn how to create installer file for windows application
 in c# using visual studio with examples or create setup file for windows form application in visual studio in c# with example. By using setup project in visual studio setup and deployment section templates we can easily create installer or setup file for windows application in c#.

Description:
  
In previous articles I explained set startup page in windows application, show the progressbar in windows application in c#, vb.net, bind data to datagridview with example in c#, vb.net, export datagridview data to excel with example in c#, vb.netconstructors in c# with examples, difference between virtual, override, new keywords in c#
 and many articles relating to asp.net, c#vb.net and JQuery. Now I will explain how to create installer or setup file for windows form application in visual studio using c# with example.

Create Installer (Setup) File for Asp.net Web Application

Mar 15, 2017 5 comments
Introduction:

Here we will learn how to create installer for asp.net web application or create setup installer for asp.net website in visual studio to deploy web application file directly in IIS or create installer or setup file for asp.net application using visual studio with examples. In visual studio we can easily create setup file or installer file for web application using setup project module in visual studio.


Description:
  
In previous post I explained create windows forms setup file in c#, vb.net, setup local website with custom url in asp.net, install windows service using command prompt with example many articles relating to
asp.net, JQuery, and SQLServer etc. If we did any application and if it works perfectly then we will prepare published files and deploy our application in IIS.

If we want to deploy application in IIS we need prepare separate published files folder and create virtual path in IIS, point to our folder and need to change some properties to make it work through our IIS by doing all these things we will waste a lot of time.

Asp.Net Get (Access) Session Values in JavaScript (Client Side)

Feb 27, 2017 3 comments
Introduction:

Here we will learn how to access asp.net session variable in JavaScript with example or  asp.net access session value in jQuery with example or access session values in client side using JavaScript with example or asp.net get session variables in JavaScript with example or get asp.net session variable values in client side in c#, vb.net with example. By using “Session” property we can easily access session variable value in JavaScript or jQuery based on our requirements.

Description:

Asp.Net Query String to Send (Pass) Values from One Page to Another

Feb 21, 2017 1 comments
Introduction:

Here we will learn how to pass values from one page to another in 
asp.net using query string in C#, VB.NET with example or send values with query string in asp.net using C#, VB.NET or pass values between pages in asp.net using C#, VB.NET with example. By using query string parameters we can easily send values from one page to another page in asp.net based on our requirements.

Asp.Net Store, Retrieve Value in Session using C#, VB.NET with Example

Feb 20, 2017 0 comments
Introduction:

Here we will learn how to store session value in
asp.net using c#, vb.net with example or save and retrieve session values in asp.net using c#, vb.net with example or send session values from one page to another page in asp.net using c#, vb.net with example. By using sessions in asp.net we can easily access values within the application based on our requirements.  

Description:

In previous posts I explained jQuery access session variable value in asp.net, asp.net set session timeout in web config with example
ViewState Example in asp.net, jQuery show session timeout message before session expire with example, jQuery show alert when user idel on website with exampleDetect Browser type in jQuery, Scroll to particular link when click on link, send mail with images using gmail in asp.net and many relating articles in asp.net, jQuery. Now I will explain how to store and get session values in asp.net using c#, vb.net with example.

Reflection to Get All List Property Names and Values in C#, VB.NET

Feb 17, 2017 0 comments
Introduction:

Here we will learn how to get object property names and values using reflection reflection in c#, vb.net with example or use reflection to get all property types and names of an object in c#, vb.net with example or reflection to get all properties of any object in c#, vb.net or Type.GetAllProperties reflection method to get all properties and values of an object in c#, vb.net with example. By using Reflection properties we can easily get all object property names and values based on our requirements.

Description:

Get List Object Properties and Values using Reflection in C#, VB.NET

Feb 16, 2017 0 comments
Introduction:

Here we will learn how to use reflection to get list object properties and values in c#, vb.net with example or get all properties and values of an object in c#, vb.net with example or get list of properties from list of objects using reflection in c#, vb.net or how to get property names and values using reflection in c#, vb.net with example. By using Reflection properties we can easily get list object property names and values based on our requirements.

Description:

Cannot deserialize the current JSON object (e.g. {"name":"value"})

Feb 9, 2017 0 comments
Introduction:

Here we will learn how to solve the problem of cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[userdetails]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. Generally we will get this error whenever our deserialized JSON object returning list of object items but we are trying to hold only single item.

Description:

In previous articles I explained asp.net json serialization and deserialization in c#, vb.net, asp.net set custom error page inn web.config, unrecognized escape sequence in file path in c#, vb.net, cannot convert string to type double is not valid in vb.net, jQuery show error message in ajax call response with example, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to solve the problem cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[userdetails]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.

Serialize List Items as Separate JSON Object in C#, VB.NET

Feb 8, 2017 0 comments
Introduction:

Here we will learn how to serialize list object as separate JSON array in c#, vb.net with example or Use newtonsoft.json to serialize list items as seaprate JSON object in c#, vb.net with example or Jsontextwriter to serialize list object as JSON array in c#, vb.net with example. By using newtonsoft Jsontextwriter reference in our applications we can easily convert list items as separate JSON object based on our requirements.

Description:


Split String Include Delimiter at the End in C#, VB.NET

Feb 6, 2017 0 comments
Introduction:

Here we will learn how to split string include delimiters at the end in c#, vb.net with example or split string without removing delimiters in c#, vb.net with example or split string keep delimiter at the end in c#, vb.net with example or split string into array of words but keep delimiters at the end of result in c#, vb.net with example. By using regular expression we can easily split the string and include the delimiters in word based on our requirements.

Description:

Convert List Object to JSON String in C#, VB.NET

Feb 2, 2017 3 comments
Introduction:

Here we will learn how to convert list object to JSON string in asp.net using c#, vb.net with example or how to convert JSON string to generic list in c#, vb.net with example or convert list of objects to JSON string in asp.net using c#, vb.net with example. By using newtonsoft.json reference in our asp.net applications we can easily convert list object to JSON string or JSON string to list object based on our requirements.

Description:


In previous articles I explained jQuery scrollable gridview with fixed header example, jQuery countdown timer example, jQuery redirect to another page after 5 seconds, jQuery disable right click on image with example, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use convert list object to JSON string in asp.net using c#, vb.net with example.

NewtonSoft JSON Serialize And Deserialize in C#, VB.NET

1 comments
Introduction:

Here we will learn how to use newtonsoft JSON to serialize and deserialize in asp.net using c#, vb.net with example or Use newtonsoft.json for JSON serialization and deserialization in asp.net using c#, vb.net with example or serializing / deserializing JSON data in asp.net using c#, vb.net with example. By using newtonsoft.json reference in our asp.net applications we can easily serialize and deserialize data based on our requirements.

Description:

In previous articles I explained Jsontextwriter example in c#, vb.net, jQuery convert JSON data to HTML table example, jQuery ajax json example in asp.net, convert data table to json string with example, convert string xml to datatable in c#, vb.net, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use newtonsoft json to serialize and deserialize JSON data in asp.net using c#, vb.net with example.

Regex Split String but Keep Delimiter in C#, VB.NET

Feb 1, 2017 0 comments
Introduction:

Here we will learn how to split string include delimiters in c#, vb.net with example or split string but keep delimiters in c#, vb.net with example or regex split string but keep delimiter at the end in c#, vb.net with example or split string into array of words but keep delimiters at the end of result in c#, vb.net with example. By using regular expression we can easily split the string and include delimiters in word based on our requirements.

Description:

Asp.Net JSON Serialization And Deserialization in C#, VB.NET

Jan 31, 2017 2 comments
Introduction:

Here we will learn how to implement JSON serialization and deserialization in asp.net using c#, vb.net with example or Use newtonsoft.json for JSON serialization and deserialization in asp.net using c#, vb.net with example or serializing and deserializing JSON data in asp.net using c#, vb.net with example. By using newtonsoft.json reference in our asp.net applications we can easily serialize and deserialize data based on our requirements.

Description:

In previous articles I explained Jsontextwriter example in c#, vb.net, jQuery convert JSON data to HTML table example, jQuery ajax json example in asp.net, convert data table to json string with example, convert string xml to datatable in c#, vb.net, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use newtonsoft.json to serialize and deserialize JSON data in asp.net using c#, vb.net with example.

Jsontextwriter Example in C#, VB.NET

Jan 30, 2017 0 comments
Introduction:

Here we will learn how to use jsontextwriter in c#, vb.net with example or how to write json using jsontextwriter in c#, vb.net with example or newtonsoft jsontextwriter to write json with example in c#, vb.net or convert list to json using newtonsoft jsontextwriter in c#, vb.net with example. By using newtonsoft reference in our applications we can easily convert list to json format and serialize / de-serialize list objects easily based on our requirements.

Description:

In previous articles I explained send / receive JSON objects from web service with example, angularjs filter json object to show / hide elements based on conditions, Show info window on google maps when click on markers, show markers on google maps using json data, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use newtonsoft jsontextwriter to create json file with required data in c#, vb.net with example.

Remove Last Character from String in C#, VB.NET with Example

Jan 29, 2017 0 comments
Introduction:

Here I will explain how to remove last character from string in
c#, vb.net with example or delete or remove last character in string with examples in c#, vb.net. In c# or vb.net we can easily remove last character from string by using Remove or Trim or IndexOf properties.
© 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.