Tips (106)
session is a essential part of joomla. It's main use
is for remembering user login, also there are many
usage of it.
Ajax control toolkit in Asp dot net Ajax-Library
Written by Super Userhere i am guiding you to download the best
ajax control toolkit of asp.net
How to embed html or other codes in a Joomla article?
Written by Super UserIt'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 -
this post shows how to populate dropdown list from
dataset.it's done by the following generic method-
how to add and get wordpress options in array
Written by Super Useroptions following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
how to show progress before image loading using jquery
Written by Super Userthis post will show how to implement image loader in any page.
basically i will show a loading image per image before image
is loaded completely in the page.
asp.net has default password recovery control and methods
to implement password recovery.you just need to use
asp.net membership provider in your app and add the
PasswordRecovery control in a page by which you want
to recover password.
the base keyword is used to access base class
members inside derived class.
accessing access database in csharp dot net application
Written by Super Useraccess database file is easy to use than sql server
or MySql server databases.for accessing access db
System.Data.OleDb namespace used.following are
steps are needed to use access db in .net
application.