
Search In
The Main Difference Between Do And Do While Loop Is :-
Do while Loop :- If we use "Do While" at least one time execute the loop and then check the Condition.
While Loop:- When we Use "While" then firstly check the condition after execute loop.
Do
Can some one please explain what is done in the following code.
I found it in in Stack overflow. I asked the question in the same web site and got the following reply Stackoverflow isn't meant for the purpose of explaining code . Since I a
Partial view in asp.net mvc provides the reusability feature in the application. We can use our partial view in layout page which works as a master page for all the views of our application.
To understand it better, First we take the Example of defa
What is a Sitemap?
A sitemap is an organised list of the web pages, videos, pictures and other data in a website. It is a file that can help the major search engines like Google, Bing, Yahoo, Yandex etc. to crawl and index the web pages of a
Hello guys wellcome to the tutorial of fingerprint scanner,
This is a simple tutorial through which you could implement one touch login to your application.
Following are the steps to implement it.
Step 1. Add permission to the
This Blog will explore you how you can send the email using liferay portlets. The below code will helps you to send email using liferay portlet.
Firstly you need to configure Liferay Mail Configuration:-
Login using Liferay Admin account and go to
Hello Readers,
In this tutorial, i will explain how to add massDelete & massStatus action in magento. This tutorial assumes you already know how to create Magento admin grid.
Advantage of Mass Action: Mass Action option plays very important role


Lets suppose , we need an application which able to upload a file(i.e. pdf, doc, htm, html, docx) and user can delete it form the list in rails. So here we will use 'carrierwave' to upload file and for styling the pages use 'bootstrap-sas
What are the different ways to redirect page in javascript?
Page Redirection is a situation when a user locates from one page to another. There are two kinds of redirect :
Server side redirect : In this, server init
In this blog,we will learn to create a simple angularjs application using Dotnet Framework.So Let's start to implement it step by step.
1.Open Visual Studio and Create a New MVC project.
2.Now create a MVC5 Empty Controller as
