Articles

Articles (154)

articles

Monday, 24 December 2012 13:55

stored procedures

Written by
Rate this item
(0 votes)

stored procedures allow flexibility by offering capabilities like
conditional logic.a single procedure may execute a set of SQL
statements which are really complex.

Friday, 10 January 2014 18:12

Joomla Wrapper

Written by
Rate this item
(0 votes)
Confused or dont know what and how to use Joomla Wrapper. Just know about it here.
Last modified on Friday, 10 January 2014 20:23
Saturday, 22 December 2012 14:36

how to download and upload files by c#

Written by
Rate this item
(0 votes)

System.Net namespace is for dealing with networking.It
is concerned with operations like downloading, uploading
files,making requests by http protocols.

Rate this item
(0 votes)

when 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.

Rate this item
(0 votes)

you 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 -

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)
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
Saturday, 02 February 2013 13:54

how to show textbox hint when textbox empty by jquery

Written by
Rate this item
(0 votes)

It'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.


Latest discussions

  • No posts to display.