Articles

Articles (154)

articles

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

Rate this item
(0 votes)

If you want to show DataList control's each item's
details when clicked in the 'details' link then
there is a easy way to do that is to use
CollapsiblePanelExtender.

Thursday, 24 January 2013 13:55

how to use jquery ajax in asp.net page

Written by
Rate this item
(0 votes)

Ajax is the best technique for showing & updating
data without page refresh.
jquery ajax make things possible easier way.in this
post i will show how to pass data via jquery ajax
and get back data.

Rate this item
(0 votes)

if you want to read get/read data from a file according to
querystring using StreamReader then following codes will
help you.It is very useful in some case.here i get data from
a ashx file according to query string i pass to the file -

Thursday, 02 January 2014 10:57

You have Wordpress Admin Login 404 Issue

Written by
Rate this item
(0 votes)
Hi guys are you not able to login Wordpress admin. You getting a 404 error page instead. Just follow the following steps to get back the admin page.
Last modified on Thursday, 09 January 2014 22:28

Latest discussions

  • No posts to display.