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.
ASP.NET controls automatically keep their data
when page is sent to the server in response to
events (like a user clicking a button).
this persistence of data is called view state
There are many internet browsing shortcut keys for browsers.
Following are some of them which are most common -
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
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