How to verify credit Card number and card security code are valid
Written by Super Userwhen you process credit card payment the two
most sensitive inputs are taken from customer
are card number and card security code.you
will want to verify that the data entered
is valid before processing credit card payment.
how to create button and click event handler dynamically asp.net
Written by Super UserIt's a very common requirement to create different types of button and
it's click event handler dynamically in asp.net application.
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.
to create and use the object instances on remote machines .Net remoting
is used,without any DCOM involved.
this article will cover .net remoting with common hosting method in IIS.
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 show textbox hint when textbox empty by jquery
Written by Super UserIt's a very common requirement to show hint in textbox when empty
and when textbox gets focus hint goes away.now a days many websites
implemented showing hint.there are many ways to do that by jquery.

logging in