
Articles (149)
articles
how to insert,update,delete data in joomla tables
Written by Super UserI wanted paging for showing datalist items in pages.for
that i used pageddatasource.it's necessary very much.
following codes show how to add paging for datalist items -
how to make textbox wider when in focus using jquery
Written by Super Useryou may have seen input textbox becomes wider
dynamically in some websites when mouse cursor is
placed on it(in focus) to take some user input.It's
attractive to see and in this way it makes spaces
for larger input.
the following javascript codes will help you find
out the browser details by some javascript functions
Sql server knows many data types.it's worth our
while to know most common types -
Image processing techniques in c# programming language
Written by Super UserA digital photo is a multidimensional array containing numbers
that indicates the color of points in the photo/image.so we could
do what we want with this multidimensional array like we can
make any amendments in the array by entering it into math functions,
also we can encrypt the image.in this article i am gonna show you
how to place a background behind a photo using a method.
stored procedures allow flexibility by offering capabilities like
conditional logic.a single procedure may execute a set of SQL
statements which are really complex.
code behind file codes -
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
How to verify credit Card number and card security code are valid
Written by Super Userwhen you process credit card payment the two
most sensitive inputs are taken from customer
are card number and card security code.you
will want to verify that the data entered
is valid before processing credit card payment.