Articles

Articles (154)

articles

Rate this item
(0 votes)

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

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

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.

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 -

Wednesday, 23 January 2013 14:51

how to resize or make thumbnail image in asp.net

Written by
Rate this item
(0 votes)

by the following way you can resize a image to a predefined
dimension and resolution.you can also use it to make a image
thumbnails.


Latest discussions

  • No posts to display.