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

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.

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 -

Wednesday, 23 January 2013 13:56

how to print a part of page

Written by
Rate this item
(0 votes)

it is easier to print part of page.the part of the page
may be under a div or panel.you can achieve this from code
behind file too as per requirement.here i showing only
in page lavel -

Saturday, 18 May 2013 13:55

how to redirect to a page in php

Written by
Rate this item
(0 votes)

in php there is a command which is used
to redirect to a page from a page.the following
codes shows hot to achieve this.

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.


Latest discussions

  • No posts to display.