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.


Latest discussions

  • No posts to display.