this article covers how to read,write data through
textreader and textwriter.
asp.net routing is easy to use for rewriting any url.
if you have a url like wwww.aspdotnetsite.com/Projects?user=username.
but if you want to have it in short name for marketing or for anything
you want like this is the resulting url -
wwww.aspdotnetsite.com/Projects/username
how to show data when mouse is over a button using jquery ajax with progress image
Written by Super Useryou may want to show dynamic data from a page when
mouse is placed over a button.
how to create php multidimensional array to be accessed by javascript
Written by Super Userits a tricky part to create a php multidimensional array
which will be accessed by javascript function.most of the
time it's confusing.i am going to show how to solve the
problem -
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.
List<> can be used as a collection of objects which
can be accessed by index.List originated from
System.Collections.Generic class.List objects can
be sorted,searched,manipulated.so List is very
useful in programming for holding any type of
objects.following shows a example of List<> -