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

AngularJS Tutorial for Beginners with Hello World Example

Jun 25, 2015 0 comments
Introduction

Here I will explain
AngularJS tutorial with simple hello world example or AngularJS tutorial example for beginners. AngularJS is a MVC based JavaScript  framework which is written completely using JavaScript. In AngularJS we have set of different directives which we used commonly in AngularJS application those are ng-app, ng-controller and ng-bind directives.

Description:                
  
In previous articles I explained
Angularjs show hide div on checkbox selection, Angularjs refresh div for every 1 second using interval mode, Angularjs convert number to currency format, Angularjs get dropdownlist selected value, Angularjs convert text to uppercase while typing and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain AngularJS tutorial with simple hello world example.

Get Last (Newly) Inserted Record Id from SQL Server Table in Asp.net

Jun 24, 2015 1 comments
Introduction

Here I will explain how to get newly or last inserted record id from sql server database (table) in
asp.net using ado.net with c#, vb.net. By @@IDENTITY or SCOPE_IDENTITY() or IDENT_CURRENT we can get last or latest inserted record id from sql server table in asp.net using c#, vb.net.

Description:
  
In previous articles I explained SQL Server Query to get last inserted record id,
display gridview row details in popup window on hyperlink click in asp.net, jQuery show gridview row details in modal popup in asp.net, ajax modalpopupextender to edit gridview row details, gridview examples in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to get last or latest inserted record id from database using ado.net with example in asp.net using c#, vb.net.

Angularjs Button ng-click Event Directive Example

Jun 23, 2015 0 comments
Introduction

Here I will explain how to use ng-click event directive example in 
AngularJS for button click or show / hide div on button ng-click event in AngularJS or show / display or hide in AngularJS using button ng-click with example. By using “ng-show”, “ng-hide” properties in AngularJS we can show or hide div elements.

Angularjs Show (Display) Confirm Dialog Box Example on ng-click Button Event

Jun 22, 2015 3 comments
Introduction

Here I will explain how to show confirm dialog box message in
AngularJS example using ng-click directive or show / display JavaScript dialog confirm message box with example in AngularJS using ng-click with example. Generally in JavaScript we will use “window” property to show confirm dialog box same way in AngularJS we will use “$window” property show confirm dialog message box.

Description:
  
In previous articles I explained Angularjs show hide div on checkbox selection,
Angularjs refresh div for every 1 second using interval mode, Angularjs convert number to currency format, Angularjs get dropdownlist selected value, Angularjs convert text to uppercase while typing and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to show confirm dialog box message in AngularJS with example using ng-click directive.

Angularjs Get Previous Next Day, Month, Year, Date Time Example

1 comments
Introduction

Here I will explain how to get previous day, month, year, time in
AngularJS or get next day, month, year and time in AngularJS. By using “new Date()” function properties like setDate(), setMonth(), setFullYear() we can get current, previous and next day, month, time and year in AngularJS.

Google Map API Get Current Location Latitude & Longitude using JavaScript

Jun 19, 2015 6 comments
Introduction:

Here I will explain how to get current location latitude and longitude in Google map using JavaScript or Google maps get current location latitude and longitude using Google API in JavaScript example. By using navigator.geolocation.getCurrentPosition class we can get current location latitude and longitude using Google map.

Description:

Google Map Api Get Latitude and Longitude from Address in JavaScript

7 comments
Introduction:

Here I will explain how to get latitude and longitude from address Google map api using JavaScript in website or Google maps autocomplete address textbox to get latitude and longitude without map example. By using google.maps.places.Autocomplete class we can implement Google places autocomplete textbox and display selected address latitude and longitude details.

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, Add multiple markers to Google map using JSON, Add custom marker to Google maps API, Show info window in Google map when click on marker  and many articles relating to Google map, jQuery, JavaScript, asp.net. Now I will explain how to how to implement Google map places autocomplete textbox and get latitude and longitude from address using Google API using JavaScript.

Google Places Autocomplete TextBox Example without Maps

Jun 18, 2015 13 comments
Introduction:

Here I will explain how to implement Google map places autocomplete textbox using Google API using JavaScript in website or Google places autocomplete example textbox without map example. By using google.maps.places.Autocomplete class we can implement Google places autocomplete textbox and display selected address details including latitude and longitude.

Description:

Add Meta Tags to Content Page in Asp.net using C#, VB.Net

0 comments
Introduction

Here I will explain how to add meta tags in master and child pages or content pages in
asp.net using c#, vb.net or add meta tags like page title, description, keywords dynamically in content pages in asp.net using c#, vb.net or dynamically change page title and description in master page and child content page in asp.net using c#, vb.net.

Excel Find and Highlight Duplicate Values in Columns (Rows)

0 comments
Introduction

Here I will explain how to find and highlight duplicate rows in excel or find duplicate values in excel columns and highlight it or find and highlight duplicate values in excel with colors. By using excel highlight cells rules property in conditional formatting section we can find and highlight duplicate values in excel columns.

Description:
  
In previous articles I explained compare two columns values and show duplicate values in excel,
shutdown system automatically in windows 7, keyboard event key codes and character codes, create desktop shortcut key to lock computer, configure dns server in windows 7. Now I will explain how to compare excel columns to find duplicate values and highlight it.
© 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.