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

Read(Get) Appsettings Value from App.Config File in C#, VB.NET

Feb 26, 2015 0 comments
Introduction:

Here I will explain how to read or get appsettings values from app.config file in
c#, vb.net. By using System.Configuration reference we can read or get appsettings values from app.config file in windows or console application in c#, vb.net.

Description:

In previous articles I explained export datagridview data to excel in windows application, create windows forms application setup file in c#, vb.net, delete windows service from system, create windows service in c#, vb.net and many more articles related to
asp.net using c#, vb.net. Now I will explain how to read or get appsettings values from app.config file in c#, vb.net.

To read appsettings values from app.config file first create new windows application and open your app.config file and add appsettings string like as shown below

Get (Read) Connectionstring from App.Config File in C#, VB.Net

0 comments
Introduction:

Here I will explain how to read or get connectionstring from app.config file in
c#, vb.net. By using System.Configuration reference we can read or get connectionstring from app.config file in windows or console application in c#, vb.net.

Description:

In previous post I explained encrypt or decrypt connectionstring in app.config file, export datagridview to crystal report in windows application,
convert currency or numbers to words in asp.net, angularjs bind dropdownlist with text and value, jQuery tag cloud example in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to read or get connectionstring from app.config file in c#, vb.net.

To read connectionstring from app.config file first create new windows application and open your app.config file and add conneciton string like as shown below

C# - The Connectionstring Property has Not been Initialized in Asp.net

Feb 25, 2015 1 comments
Introduction:

Here I will explain how to solve the problem of “the connectionstring property has not been initialized in asp.net while sending request to connect SQL Server using c#.net, vb.net.

Description:

In previous posts I explained read connection string from web.config file in asp.net, read appsettings from web.config file in asp.net, use multiple web.config files in asp.net with example, encrypt and decrypt connection string in asp.net and many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “the connectionstring property has not been initialized in asp.net while sending request to connect SQL Server”.

Encrypt and Decrypt Connection String in App.Config File in Windows / Console Applications

4 comments
Introduction:

Here I will explain how to encrypt and decrypt connection string in app.config file in windows or console application using c#.net, vb.net
we can do encryption and decryption for connection string using aspnet_regiis.exe command line tool in file system website.

Description:

In Previous articles I explained add textbox items to listbox on button click in asp.net, difference between dispose and finalize methods in c#, vb.netdifference between page_load and page_init methods in asp.net, convert numbers or rupees to words in asp.net and many articles related to 
Asp.net, Gridview, SQL Server, Ajax, JavaScript. Now i will explain how to encrypt and decrypt connection string in app.config file in windows or console applications. 

Generally in all applications we will use connectionStrings section in web.config or app.config file to store database connection. The connectionStrings section contains sensitive information of database connections including username and password of database. Is it secured to store the sensitive information of database connections in plain text files called web.config and machine.config files? 

jQuery Currency Conversion as per Exchange Rates using Google Finance API Web Service in ASP.Net

Feb 24, 2015 3 comments
Introduction

Here I will explain how to implement currency conversion as per exchange rates 
in asp.net using Google finance api web service in jQuery or jQuery Google currency conversion finance api web service to convert currency as per exchange rates in asp.net.

Description:
  
In previous articles I explained jQuery upload multiple files using uploadify plugin, jQuery Shake or Vibrate or Rotate image,
Change the style of tooltip in jQuery, jQuery Countdown timer script example, jQuery Increase or Decrease font size of website, Redirect to another page after some time delay and many articles relating to jQuery and asp.net. Now I will explain how to implement currency conversion as per exchange rates in asp.net using Google finance api webservice in jQuery. To implement this functionality we can use Google Currency conversion API.

jQuery Refresh DIV Content Without Reloading Page using setTimeout Function

1 comments
Introduction

Here I will explain how to use 
jQuery to refresh or reload div content without reloading page for every 10 seconds with example using setTimeout function or jQuery reload or refresh div for every 10 seconds without reloading page or Refresh div content without reloading page using jQuery.

Description:
  
In previous articles I explained Different methods to reload / refresh page using jQueryjQuery reload iframe for every 10 or 5 seconds, jQuery reload or refresh iframe, jQuery different methods to reload or refresh div, Javascript call function for every 5 or 10 seconds using setinterval function and many articles relating to
AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to refresh or reload div content without reloading page for every 10 seconds with example using setTimeout function.

By using setTimeout function we can refresh div content without reloading page for every 10 seconds using jQuery like as shown below

jQuery Refresh (Reload) Div For Every 10 Seconds with Example using setTimeout

0 comments
Introduction

Here I will explain how to auto load and refresh div for every 10 seconds using
jQuery with example using setTimeout function or jQuery reload or refresh div for every 10 seconds or jQuery reload or refresh div for every 10 seconds using setTimeout function.

Description:
  
In previous articles I explained jQuery reload iframe for every 10 or 5 seconds, jQuery reload or refresh iframe, jQuery different methods to reload or refresh div, Javascript call function for every 5 or 10 seconds using setinterval function and many articles relating to
AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to reload or refresh div for every 10 seconds using jQuery with example.

By using setTimeout function we can refresh or reload div for every 10 seconds using jQuery like as shown below

Angularjs Hide Particular Column in UI Grid with Example

0 comments
Introduction

Here I will explain how to hide particular column in
AngularJS UI grid with example or AngularJS hide particular column in UI Grid with example or UI Grid example in AngularJS.

Description:
  
In previous articles I explained
bind dropdownlist in angularjs, Angularjs convert lower case to upper case while typing text, Angularjs refresh div for every 1 second using interval mode and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to hide particular column in AngularJS UI grid with example.

To hide particular column in AngularJS UI grid we can use visible: false property like as shown below

Add (Send) TextBox Values to ListBox in ASP.Net on Button Click using C#, VB.NET

Feb 21, 2015 1 comments
Introduction:

Here I will explain how to add or send textbox values to listbox in
asp.net  on button click using c#, vb.net or bind textbox values to listbox on button click in asp.net using c#, vb.net with example.

Description:

In previous post I explained convert currency or numbers to words in asp.net, angularjs bind dropdownlist with text and value,
jQuery tag cloud example in asp.net, sitemap control example, send html page as mail body in asp.net, how to send mail with attachment in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to add or send textbox values to listbox in asp.net  on button click using c#, vb.net with example.

C# - Difference between Dispose and Finalize Method in C# with Example

3 comments
Introduction:

Here I will explain difference between dispose and finalize methods in c#, vb.net with example or dispose() vs finalize() methods in asp.net or use of dispose and finalize methods in asp.net using c#, vb.net with example. Generally we will use dispose and finalize methods to destroy unmanaged objects.

Description:

Asp.net Difference between Page_Load and Page_Init in C#, VB.Net

1 comments
Introduction:

Here I will explain difference between page_init and page_load in asp.net using c#, vb.net with example.

Description:

C# - Member Names Cannot be the Same as their Enclosing Type in Asp.net

Feb 20, 2015 0 comments
Introduction:

Here I will explain how to solve problem of “member names cannot be the same as their enclosing type” in
asp.net using c#. Actually this “member names cannot be the same as their enclosing type” problem occurred while compiling the code it’s because of using same class name for method in asp.net using c#.

Description:

In previous post I explained iis cannot open w3svc service on computer’.’.access denied, cannot load file or assembly ‘file:///’ or one of its dependencies, Ajax error unable to get the value of property ‘UI’ object is null or undefined, could not load file or assembly or one of its dependencies and many more articles related to errors in
asp.net using c#, vb.net. Now I will explain how how to solve problem of “member names cannot be the same as their enclosing type” in asp.net using c#.

Asp.net Convert Rupees (Numbers) to Words (String) using C#.NET

Feb 19, 2015 5 comments
Introduction:

Here I will explain how to convert currency to words in
asp.net using c# or convert numbers to words in asp.net using c# with example or convert currency / numbers to string in asp.net using c#.

Description:

In previous post I explained
jQuery tag cloud example in asp.net, sitemap control example, send html page as mail body in asp.net, send mail with images using gmail user credentials, send multiple attachments with email in asp.net, how to send mail with attachment in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to convert currency / numbers to words / string in asp.net using c#, vb.net with example.

jQuery Convert JSON Data to HTML Table using jQuery Row Append Properties

2 comments
Introduction

Here I will explain how to convert JSON data to html table using
jQuery or convert JSON data into html table using jQuery or jQuery convert JSON data into html table or jQuery create html table using JSON data.

Get Multiple Results from Stored Procedure using Dapper in C#, VB.NET

Feb 18, 2015 5 comments
Introduction

Here I will explain how to get multiple results or records from stored procedure using dapper in
c#, vb.net or access multiple results or objects from stored procedure in dapper using querymultiple method in c#, vb.net.

Description:
  
In previous articles I explained
start or stop IIS service in c#, vb.net, get values from ienumerable list in c#, vb.net, jQuery upload images without postback in asp.net, wcf tutorial for beginners with example in asp.net and many articles relating to AngularJS, jQuery, asp.net, c# and vb.net. Now I will explain how to get multiple results or records from stored procedure using dapper in c#, vb.net.
© 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.