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.
how to show website under facebook and set canvas url
Written by Super Usershowing sites under facebook is common.This post shows how to show website under facebook
and deal with setting canvas urls
There are many internet browsing shortcut keys for browsers.
Following are some of them which are most common -
how to resize or make thumbnail image in asp.net
Written by Super Userby the following way you can resize a image to a predefined
dimension and resolution.you can also use it to make a image
thumbnails.
how to display plain text removing all html tags
Written by Super Userif you having a lot html strings,you may want to
have only plain text removing all html tags.you
can do it using REGEX
there are many ways to do that.one of them is as
follows -
You need to check if the value of the checkbox is
set or not by isset function of php.