Articles (154)
articles
Virtuemart 2 for joomla is a very good extension to sell products
through website.To add product manually by code, they have doc on
how to use the Api to achieve this, but it may be hard to implement
there Api to add product.So i show here how to do that without using
Api but the simpla way using sql queries -
if you want to use nice jquery slider in your asp.net website
follow the steps below -
how to add dynamic column field in GridView control
Written by Super Useryou can easily add dynamic column in GridView control
with data.there are many dynamic fields you can add
like hyperlink field,bound field,etc.
how to show facebook wall posts of page or profile or group by Graph api
Written by Super UserYou can show wall posts of any public facebook page/group/profile
using Graph api in your website if you know javascript & jquery.
A CAPTCHA is a program which tells whether its user
is human or computers.
follow the steps below to add captcha in your web form
easily -
how to export GridView items to excel with header information
Written by Super UserAsp.net makes it easy to export tabular data to excel file.It's
easier to use GridView control data to export to excel.the following
codes shows how u can achieve this along with some header info at the
top of the data rows in excel -
There is a big difference in creating array of
objects in c# from c++,java.creating an array
of objects involves two step.
Facebook access token is needed whenever you access
facebook stream of page or profile, Graph api call to post
to facebook.there are many ways by which you can generate
access token.By the following way you can create short lived
access token for a user as well as extend it to long lived
token -
There are many dialogs in faceook developer doc page -
https://developers.facebook.com/docs/dialogs/
in windows invironment,the file system is splited into directories
and files.files holds the actual data,but directories are
storage for logical listing of files in the system.to deal with
files and folders(directories),CLR uses System.IO namespace.
the classes used are File,FileInfo,DirectoryInfo,Directory.