Articles (154)
articles
stored procedures allow flexibility by offering capabilities like
conditional logic.a single procedure may execute a set of SQL
statements which are really complex.
System.Net namespace is for dealing with networking.It
is concerned with operations like downloading, uploading
files,making requests by http protocols.
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 access html textarea element from code behind file
Written by Super Useryou will need to access html elements from asp.net
code behind file.i show you how to access widely used
html textarea element from code behind file -
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.
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.
Fatal error: Allowed memory size of 33554432 bytes exhausted
Written by sreeramFatal error undefined function is_network_admin()
Written by sreeramhow 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.