
Search In
public function saveproductAction()
{
$categoryId = $_REQUEST['catId'];
$productName = $_REQUEST['ProductName'];
$productDesc = $_REQUEST['productDesc'];
$productPrice = $_REQUEST['productPrice'];
$productQty
From here you can learn how to sort an Array List of a particular data type by one it date component. :-
By calling the method below you can easily sort your array list.
The format you put inside the SimpleDateFormat method is the format of the dat
Import Data from Excel in C#
Use the code below to import data from excel
OleDbConnection cnn = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=""E:\Book1.xlsx""; Extended Properties=Excel 12.0;");
OleDbCommand oconn = new Ole
Display datepicker on a link. Follow these steps:-
Add jquery files:
1) http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css
2) http://code.jquery.com/jquery-1.10.1.js
3) http://code.jquery.com/ui/1.10.3/jquery-ui.js
Add a jquery functio
Occasionally the programmer needs to communicate with the server to send and receive data from the iPhone. Usually the communication is done to get data from the database that is in the server. To communicate with the server the programmer has to use
This tutorial show's how we can create a simple Html file through PHP script.
if($filename == ''){
$filename = 'demo.html';
$writefile = ($filename , 'w');
$content = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http
Basic Hibernate Mapping:
One to one mapping
One to one mapping is performed by one-to-one element. No foreign key is created in primary table.
Let us see one simple example, in which we are using bidirectional association.
There are two persist
Hello readers!
Here is Example of Overlay popup. It is very simple and responsive.
Hope it will helps you somewhere.
Html:-
<div class="container-popup"></div>
<div class="popup">
<span id="close">X</span>
If you want to get history of your git repository then you can use simply:
git log
This will return you all commits.
If you want to check changes made in a particular commit then you can use:
git show "SHA-1 key"
SHA-1 is you commit key. When
Hi all,
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental
