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 Get Previous Next Day, Month, Year, Date Time Example

Jun 22, 2015 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.

Angularjs UI Grid Show No Records Found or No Data Available Message

Jun 17, 2015 1 comments
Introduction

Here I will explain how to show no records found message in ui grid in
AngularJS with example or AngularJS show no data found message in ui grid in case if service not returned any data. By comparing data value in AngularJS we can show no data available message in ui grid whenever it is empty or not contain data.

Show Modal Popup in Ajax Updatepanel with Updateprogress Example in Asp.net

Jun 16, 2015 1 comments
Introduction

Here I will explain how to show modal popup in updatepanel with updateprogress example in
asp.net using c#, vb.net. By using ajax postbacktrigger and updateprogress properties in ajax updatepanel we can show modal popup with loading image during postbacks like binding data to gridview or during change paging in asp.net using c#, vb.net.

Updateprogress Not Working with Postbacktrigger in Asp.net Ajax UpdatePanel

5 comments
Introduction

Here I will explain how to solve the problem of “updateprogress not working with postbacktrigger in
asp.net or updateprogress with postbacktrigger in updatepanel not showing loading image” in asp.net using c#, vb.net with example. Generally in ajax updatepanel updateprogress will work for asynchronous postback requests but to make it work with ajax postbacktrigger we need to write JavaScript function.

Bind Gridview using Updateprogress in Updatepanel Example in Asp.net

0 comments
Introduction

Here I will explain how to bind gridview in updatepanel with updateprogress example in
asp.net using c#, vb.net. By using ajax postbacktrigger and updateprogress properties in ajax updatepanel we can bind gridview in asp.net and we can show loading image during postbacks using 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.