Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to export GridView to Excel in .Net

Hello all, In asp.net we show our database records in tabular format using GridView control and to export that GridView Data to excel, we can use following code packet. protected void gridViewExportToExcel() { if (GridView.Rows.Count &

Android Powerful and optimized Image loader - Glide

Hi, Are you still working with Image Loader or Universal Loader library for lazy loading of images in listview. if yes then you should know that sometimes these libraries could give out of memory exception if you are fetching lots of images or imag

Scripting Elements in JSP

Scripting Elements : In JSP every scripting element is written inside the <% %> tags. At the translation phase JSP engine reads the code inside the <% %> tags and processed it. In a JSP file outside this <% %> tag all code is treat

How to make Status bar Notification in Android

If you want to create Status bar Notification you can use my below code. Notification are used to alert users on some events that requires their attention. The NotificationManger is service used to manage Notification. In below code i have also used

How to show custom lines on Google Map

Hello Reader's if you are integrating the Google Map in the website and you also want to show custom line on the map, Then this blog is very helpful you. Lets see the working of this custom map. <!DOCTYPE html> <html> <head> <sc

How to add custom attributes on product in WooCommerce?

Hello Everyone, In this blog I will guide you "To add custom attributes on product in WooCommerce?" This is how to produce custom item attributes on the WooCommerce single web page. (To display attributes on the cart page, see Indicate WooCommerce P

Asynchronous file upload using jQuery

Hello Today we will discuss about Asynchronous file upload with jQuery. In order to upload the files to server asynchronously you can follow any of the following practices: use a plugin without using a plugin In this post, I will explain abou

Managing Date and Time in ActionScript

Managing Date and Time in ActionScript is done using the DATE class. The Date class in actionscript provides you the information of date as well as the time. The Date function has a great importance in actionscript. For example if we want to calculat

ACHIEVING ABSTRACTION BY INTERFACES IN JAVA

Abstraction is a concept which shows only important(essential) feature and hide background details. In other way, abstraction shows only those things to user which are important and hides the background details. In java we can achieve abstraction wi

Shared Preferences in Android

Android provide many ways to store or save data of an application, one of the method is using Shared Preferences. Shared Preferences are used to store and retrieve primitive data information(such as int, boolean, and String). The data is stored in a

1 541 596
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: