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

Thursday, 24 January 2013 13:54

asp.net membership Password Recovery

Written by
Rate this item
(0 votes)

asp.net has default password recovery control and methods
to implement password recovery.you just need to use
asp.net membership provider in your app and add the
PasswordRecovery control in a page by which you want
to recover password.

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.

Thursday, 24 January 2013 13:56

how to show progress before image loading using jquery

Written by
Rate this item
(1 Vote)

this post will show how to implement image loader in any page.
basically i will show a loading image per image before image
is loaded completely in the page.

Rate this item
(0 votes)

sometimes needed that html tags from a html string
to be removed.there are many purposes to do that.
there are many ways this can be achieved in client side
using jquery and javascript -

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 -

Friday, 28 December 2012 13:56

keyword base

Written by
Rate this item
(0 votes)

the base keyword is used to access base class
members inside derived class.


Latest discussions

  • No posts to display.