Rate this item
(0 votes)

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

Monday, 24 December 2012 13:54

.net remoting in c# application

Written by
Rate this item
(0 votes)

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.

Rate this item
(0 votes)

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.

Rate this item
(0 votes)
Often receiving "Fatal error: Allowed memory size of 33554432 bytes exhausted" when trying to upload an image with low mb file size. To solve this error, try to increase the memory allocated for PHP. For that you need to set the limit to 32MB, 64MB, 128MB or 256MB. However is based and depends upon your host provider.
Last modified on Thursday, 09 January 2014 22:30
Tuesday, 31 December 2013 14:39

Fatal error undefined function is_network_admin()

Written by
Rate this item
(0 votes)
Do you have problem of receiving "Fatal error undefined function is_network_admin()" when you login to wordpress admin after updating WordPress.

Last modified on Thursday, 09 January 2014 22:28
Monday, 15 April 2013 13:56

how to validate a email address by c#

Written by
Rate this item
(0 votes)

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.

Friday, 21 December 2012 13:51

how to Use View tables in Sql server

Written by
Rate this item
(0 votes)

if we need some fields from different tables
temporarily in our software or application then


Latest discussions

  • No posts to display.