Articles

Articles (154)

articles

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

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
Friday, 02 August 2013 23:15

how to post to facebook page wall by Graph Api

Written by
Rate this item
(0 votes)
Facebook Graph Api enables to post to any public page/profile wall
on behalf of any user.In the following codes i show how using
fb javascript sdk-
Saturday, 02 February 2013 13:56

how to show video in web page

Written by
Rate this item
(0 votes)

implementing video in asp.net or php pages is a great thing!.
there are a lot of players are available in web to show
video free.

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
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, 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 -

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;

Thursday, 02 January 2014 11:21

Fixing the Syntax Error in Wordpress

Written by
Rate this item
(0 votes)
If you were trying something new on your Wordpress site and got a following error “Syntax error, unexpected…�, its simple to solve using Proper Syntax to Avoid Errors


Last modified on Thursday, 02 January 2014 12:26

Latest discussions

  • No posts to display.