Super User

Super User

Monday, 28 January 2013 14:24

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.

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 -

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 -

It's needed to get the current date and time of the user
computer for processing using javascript.

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

Friday, 25 January 2013 13:55

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.

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 -

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.

Thursday, 24 January 2013 13:55

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.

Thursday, 24 January 2013 13:54

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.


Latest discussions

  • No posts to display.