Monday, 08 July 2013 22:47

how to use session in joomla

Written by
Rate this item
(0 votes)

session is a essential part of joomla. It's main use
is for remembering user login, also there are many
usage of it.

Last modified on Monday, 08 July 2013 22:54
Thursday, 11 April 2013 19:56

how to pass variables with form submission in php

Written by
Rate this item
(0 votes)

when you submit form with input and select
controls,the values of these controls are
passed with form.we get these as POST var-
$_POST["controlname"];

Thursday, 23 January 2014 00:00

List of Wordpress Themes Providers

Written by
Rate this item
(0 votes)

Here is the the list of Wordpress Themes providers in the market. We listed free and premium Wordpress Themes providers in the online web.

Last modified on Monday, 11 August 2014 13:26
Monday, 17 December 2012 13:54

Simple Gridview control example

Written by
Rate this item
(0 votes)

following codes shows how to use GridView control.Its a
simple example.

in app main file -

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

Rate this item
(0 votes)

the following codes show how to create dynamic
check boxes according to database data.also the
tricky part is that whether a check box will
be checked or not can be done by the code '$checked'.

Monday, 17 June 2013 13:56

how to populate a gridview with DataTable

Written by
Rate this item
(1 Vote)

following way a DataTable with data can be used to
populate gridview control in asp.net.following codes get files list
from a file path and adds in DataTable then sets that
DataTable as a DataSource of the GridView grdDirList.

Saturday, 22 December 2012 13:54

Ajax control toolkit in Asp dot net Ajax-Library

Written by
Rate this item
(0 votes)

here i am guiding you to download the best
ajax control toolkit of asp.net


Latest discussions

  • No posts to display.