Tuesday, 25 December 2012 13:55

Text reader and writer in csharp

Written by
Rate this item
(0 votes)

this article covers how to read,write data through
textreader and textwriter.

Monday, 28 January 2013 13:57

asp.net routing for url rewriting

Written by
Rate this item
(0 votes)

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

Rate this item
(0 votes)

you may want to show dynamic data from a page when
mouse is placed over a button.

Rate this item
(0 votes)

its 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 -

Thursday, 26 December 2013 15:48

how to add and get wordpress options in array

Written by
Rate this item
(0 votes)
In wordpress plugins, you might have saved a lot of
options following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
Last modified on Saturday, 28 December 2013 23:35
Thursday, 23 January 2014 13:47

List of Joomla Themes Providers

Written by
Rate this item
(0 votes)
Dont know the list of Joomla Themes providers in the market. Here are the combined free and premium joomla themes providers in the online web.

Last modified on Monday, 27 January 2014 20:17
Saturday, 12 January 2013 14:54

List in asp.net

Written by
Rate this item
(0 votes)

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<> -


Latest discussions

  • No posts to display.