Tips (106)
you may read many article in web about how to make a page
not to be cached using meta tags like that in the head
section -
we know different file types like html,jpeg,gif,pdf,
doc,etc handled by different browsers like IE,
firefox,opera,etc.the situation can come when the
browser can't handle the file type,it will ask
to save or open that file.
how to show tips when clicked using jquery and qtip
Written by Super Userit'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 -
in php there is a command which is used
to redirect to a page from a page.the following
codes shows hot to achieve this.
it is easier to print part of page.the part of the page
may be under a div or panel.you can achieve this from code
behind file too as per requirement.here i showing only
in page lavel -
It's a very logical requirement to validate user entered email
address before processing anything.in this way you will
never get a invalid email address when you do something
with email address like send email,etc.
Getting the element Id that fired an event using JQuery
Written by Super Useryou 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.
how to get facebook profile or page image using Graph api
Written by Super Userall websites.
how to pass variables with form submission in php
Written by Super Userwhen you submit form with input and select
controls,the values of these controls are
passed with form.we get these as POST var-
$_POST["controlname"];