Articles

Articles (154)

articles

Tuesday, 18 December 2012 18:58

About Microsoft .net framework 3.5 sp1

Written by
Rate this item
(0 votes)

.Net framework 3.5 sp1 contains more features than
previous .net framework versions like 2.0,3.0,3.5

Tuesday, 07 January 2014 17:54

Setup your mail in Joomla

Written by
Rate this item
(0 votes)
Setting up your mail in joomla is easy if you not set during its installation. It can be find at Administrator(admin panel) -> Site -> Global Configuraiton -> Server. Below this you can see the 'Mail Settings'.
Last modified on Tuesday, 07 January 2014 21:57
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)

limiting the number of characters in a textbox control
is tricky and useful.

the two functions in the codes mainly used to do that.
these two functions are-Limitvalidation and get_object.

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

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 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, 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)
Nowadays facebook is the number one social media.So is creation of facebook application and
showing sites under facebook is common.This post shows how to show website under facebook
and deal with setting canvas urls

Latest discussions

  • No posts to display.