Friday, 21 December 2012 13:51

how to Use View tables in Sql server

Written by
Rate this item
(0 votes)

if we need some fields from different tables
temporarily in our software or application then

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)
Does your Wordpress site showing "Briefly unavailable for scheduled maintenance" after you fininshing automatic upgrade?
Last modified on Thursday, 09 January 2014 22:26
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"];

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
Saturday, 02 February 2013 13:55

how to implement ajax in web page

Written by
Rate this item
(0 votes)

Today ajax is being a common part in most large website and
application.user loves the way everything done without page
refresh and website's with ajax implemented is getting higher
popularity.in the following i showed how to use ajax in asp.net
web page.you can use in php too -

Rate this item
(0 votes)

It's very common purpose when it comes to insert advertising scripts
or other html codes in a joomla article.you can easily create a plugin
which can insert your code after title or content or before content
of the article.Following way i demonstrate how to achieve
this great task -


Latest discussions

  • No posts to display.