Super User
how to show content on a tiny box popup
sometimes it's needed to show some content or image 
in popup on a button click.tinybox is the cool and nice
way to that efficiently.
how to show tips when clicked using jquery and qtip
it's needed to show nice tips through out the web page.basically 
you will show tips in a basic popup on a html element click.it 
will also show nice arrow pointing to where the click arised -
how to use jquery dialog to show content in asp.net
jquery dialog is not only best for showing only content but 
also can be used to show form,buttons for postback.......
but for this jquery dialog must be appended to form as -
how to get client computer date and time using javascript
It's needed to get the current date and time of the user 
computer for processing using javascript.
how to export to excel xls format using NPOI
to properly export website data to previous version of excel 
use the following example as a proper starting.one can export to 
using 'Response object + gridview' but its not efficient and have some 
lackings..
how to export to excel by openxml
exporting to data in excel is a very common practice 
in business website.one can use asp.net Response methods
to export to excel which is easy to do using a gridview.but 
contents not appear properly like there will be white back-
ground over excel rows and this way is not efficient too.
how to remove html tags from html string in client side
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 -
how to show progress before image loading using jquery
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.
how to use jquery ajax in asp.net page
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.
asp.net membership Password Recovery
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.

 logging in