Articles

Articles (154)

articles

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.

Sunday, 30 December 2012 13:55

using DataSet in application

Written by
Rate this item
(0 votes)

we can use DataSet to populate DataList or
GridView efficiently.DataSet is the best
option for accessing rows of tables.

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)

using SMO classes one can backup a sql server database
in .bak extension.It's a programming approach to backup
database.there are other ways but using SMO classes it
is efficient and error free.

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.

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

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

Latest discussions

  • No posts to display.