Super User

Super User

It's a good practice to show orange border when you set focus to textbox.
also the border will stay for some seconds.this way user know
that they have to do task on that textbox.

you may want to get the asp.net control's or html element's
id when clicked or other events fired for that element.
It can be done in many ways using jquery or simple javascript.

It's a very common requirement to create different types of button and
it's click event handler dynamically in asp.net application.

Gravatar.com is used to store one's avatar image according to email.
then if you comment in any application using your that email address
where gravatar image has been programmed then your avatar image will
be displayed in the application.

Monday, 28 January 2013 13:57

asp.net routing for url rewriting

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

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


Latest discussions

  • No posts to display.