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.
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.
Fatal error: Allowed memory size of 33554432 bytes exhausted
Written by sreeramFatal error undefined function is_network_admin()
Written by sreeramIt'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.
if we need some fields from different tables
temporarily in our software or application then