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

SQL Server Encryptbypassphrase and Decryptbypassphrase Functions with Example

Apr 20, 2015 2 comments
Introduction:

Here I will explain what is
 encryptbypassphrase and decryptbypassphrase functions in sql server. By using these functions we can encrypt or decrypt string or text or password column in sql server. EncryptByPassPhrase function in sql server will encrypt the data and store it in varbinary format and DecryptByPassphrase function will decrypt varbinary encrypted string and show the result in decrypted format.
Description:                           
In previous articles I explained SQL injection attacks with example, SQL Server interview question and answers, joins in sql server, function example in sql server 2008, Primary key constraint in sql server, foreign key constraint in sql server, cursor example in sql server and many articles relating to SQL server. Now I will explain use of encryptbypassphrase and decryptbypassphrase functions with example in sql server.

Encrypt and Decrypt String (Password) in SQL Server 2008

5 comments
Introduction:

Here I will explain how to do encryption and decryption of string or text or password in
sql server using encryptbypassphrase and decryptbypassphrase functions in sql server. EncryptByPassPhrase function in sql server will encrypt the data and store it in varbinary format and DecryptByPassphrase function will decrypt varbinary encrypted string and show the result in decrypted format.
Description:                           

Calculate Sum of DataTable Columns in Asp.Net using C#, VB.NET

6 comments
Introduction

Here I will explain how to calculate sum of datatable column in
asp.net using c#, vb.net or calculate sum of columns in datatable in asp.net using c#, vb.net with example. By using datatable compute property we can calculate sum of columns without having any loops in asp.net using c#, vb.net.  

Google Maps API V3 - Show (Open) Infowindow when Click on Markers in Google Maps

Apr 19, 2015 0 comments
Introduction:

Here I will explain how to show or open infowindow when click on markers in Google maps using Google maps API V3 with example in asp.net website or use Google maps API V3 to open or show infowindow when click on markers in Google maps using jQuery JSON in asp.net website.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to show or open infowindow when click on markers in Google maps using  Google maps api v3 in asp.net website using jQuery JSON  data.

Google Maps API V3 - Open or Show Only One Infowindow at a Time in Google Maps

0 comments
Introduction:

Here I will explain how to open or show or keep only one infowindow at a time in Google maps using Google maps API V3 with example in asp.net website or use Google maps API V3 to open or show or keep only one infowindow at a time and close other infowindow in Google maps using jQuery JSON in asp.net website.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to add click event listener to marker in Google maps using  Google maps api v3 in asp.net website using jQuery JSON  data.

Google Maps API V3 - Add Click Event Listener to Marker in Google Maps Example

0 comments
Introduction:

Here I will explain how to add click event listener to marker in Google maps using Google maps API V3 with example in asp.net website or use Google maps API V3 to add client event listener to marker in Google maps using jQuery JSON in asp.net website.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to add click event listener to marker in Google maps using  Google maps api v3 in asp.net website using jQuery JSON data in website.

Asp.Net Populate Google Maps V3 from Database with Multiple Markers

4 comments
Introduction:

Here I will explain how to populate or show or add multiple markers to Google maps V3 from database in asp.net website using JavaScript or JavaScript populate or Show Google maps with multiple markers from database in asp.net.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, JavaScript Add multiple markers to google map, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to populate Google maps from database with multiple markers in asp.net website.

Google Maps API V3 - Populate (Show) Google Map Markers from Array of JSON Data

0 comments
Introduction:

Here I will explain how to populate or show google maps markers from array of JSON data using Google maps API V3, jQuery in asp.net website or use Google maps API V3 to populate google map from array of markers with info windows using Google maps API V3 using jQuery JSON in asp.net website.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to populate google maps from array of markers with info windows using  Google maps api v3 in asp.net website using jQuery JSON data in website.

Google Maps Api v3 Add Multiple Markers with Info Windows using jQuery JSON Data

0 comments
Introduction:

Here I will explain how to add multiple markers with info windows to google maps using Google maps API V3 in jQuery JSON in asp.net website or use Google maps API V3 to Show multiple markers with info windows in Google maps using jQuery JSON in asp.net website.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to add multiple markers with info windows using Google maps api v3 in asp.net website using jQuery JSON  data in website.

Cannot Convert String to Type 'Double' is Not Valid in VB.NET

Apr 17, 2015 1 comments
Introduction:

Here I will explain how to solve the problem of “cannot convert string to type 'Double' is not valid” in vb.net. To solve this problem we need to use ‘& or CStr formats in string while assigning integer values to string in vb.net.

Description:

In previous posts I explained save files in folder and download in asp.net, read or write text file in asp.net, upload and download files from database in asp.net, download multiple files as zip folder 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 “cannot convert string to type 'Double' is not validin vb.net.

Lock User After 3 Attempts in Asp.net using C#, VB.NET with Example

4 comments
Introduction

Here I will explain how to lock or unlock user after 3 attempts in
asp.net using c#, vb.net with example or lock user after 3 failed login attempts in asp.net using c#, vb.net with example.

Paging in Asp.net Gridview using Pageindexchanging Event with Example using C#, VB.NET

Apr 9, 2015 3 comments
Introduction

Here I will explain how to implement paging in 
gridview in asp.net using pageindexchanging event with example using c#vb.net or use pageindexchanging event to implement paging in asp.net gridview in 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.