
Search In
If you don't want to compile you program in the .NET IDE you can do it from the command prompt.
Just follow these steps to do that
Step 1 : First open the notepad from typing Windows+R
Then type notepad on it .
&
Loading time of the website plays very important role in internet world.Slow loading time of website will cause uninterrupted services and the good loading speed website serves as an indicator of how well things are doing, it will help you to gain mo
In this blog I am going to tell you how to convert currency using Google Finance. Example: you want to convert Indian Rupee to American Dollar i.e. INR to USD then you can convert it using following url: http://www.google.com/finance/converter?a=$amo
Hello Reader's if you are learning, optimizing the mysql query then in this blog you will know some new syntax offered by Mysql where you can make your query fast. Lets see the examples as below:-
In the code below, the results selects all
It is used for conjunction with the select statement to eliminate the all the duplicate record and fetch only the unique record.
There are many situation that we found duplicate data on the database and better to get unique ones.
SELECT DISTINCT c
We do many wrong things while writing the program.
It rarely work on the first time.
PHP generate the error after finding.
We can send the error message to other place.
They can also be sent with other program output also.
Set the display_error
Hi All,
In this blog we will see how easy is to get HTML element in AngularJS. We many a times stuck in situation where we need to get HTML element that are not bind to AngularJS Model. Here is quick and easiest way of doing that.
Using Class Name:
In MySQL, the IFNULL operator is used as conditional statement for NULL values. When we need to fetch NULL values with LIKE operator then we can use this operator.
Example:
We have a table "employee" as below:
employee
Install SSH Server on Ubuntu 14.04
In order to install SSH server on Ubuntu, you need to install OpenSSH server package. Use the following command to setup SSH server:
sudo apt-get install openssh-server
Configure SSH Server
After installation i
When you try to read row from one table and add to another table, if you get the exception i.e. ""This row already belongs to another table". For example:
DataTable dtRead = new DataTable();
DataTable dtWrite = new DataTable();
fore
