Monday, December 17, 2012

Get Last Deleted Records in SQL

Get Last Deleted Records in SQL


Get Last Deleted Records in SQL

Posted: 12 Dec 2012 07:08 AM PST

This article is about to get the Last deleted records in ASP.NET using T-SQL. There are so many methods but we will be talking about OUTPUT here. OUTPUT DELETED.* will be described in Simple words below. Open link for complete article.

How to restore the backup with existing DB name?

Posted: 12 Dec 2012 11:04 PM PST

This article will explain the step by step procedure to restore the backup file with existing DB Name and given sample TSQL scripts for every steps. Normally this steps will be used when we need a SQL job to restore DB in scheduled manner.

Working With Params Keyword or Param Array Object In C#

Posted: 13 Dec 2012 12:04 AM PST

We can use Params keyword in a method which can takes multiple number of arguments. But after this keyword in method declaration it won't accept any other arguments so all the arguments must be in before of this argument.

How can we call web methods (web service) using JSON.

Posted: 13 Dec 2012 05:37 AM PST

This article will explain how to call webmethods using JSON. Since if we call web methods in server side then we can't avoid post back. So whenever we require asynchronous call, we can use xmlhttprequest and implementation is simple. Once we get the response, we can manipulate according to our requirement.

URL Rewriting in ASP.NET with Global.asax

Posted: 14 Dec 2012 09:45 AM PST

This article is to describe URL Rewriting in ASP.NET using Global.asax using the Simplest Language and easiest method with Screenshots. Go through and get a completely SEO Friendly website using URL re-writing in just two block of Codes.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home