September 22nd, 2008 by Prashant Pandey
Introduction
Smile please, hey guys I received this query through email from one of my friend. It looks great and funny; I am sharing it with you. Dedicated to all techies
Wedding SQL Query
CREATE PROCEDURE MyMarriage BrideGroom Male (25), Bride Female (22) AS BEGIN SELECT Bride FROM India_Brides WHERE FatherInLaw = [...]
Posted in Fun | 5 Comments »
September 22nd, 2008 by Shashi Kant Chauhan
Introduction
“Microsoft SQL Server 2008” is the next release from Microsoft in its SQL Server category after “Microsoft SQL Server 2005” three year back. There are many new additions and enhancement in SQL Server 2008, likewise DateTime data type now separated in Date and Time and many others. So the first step for using SQL is [...]
Posted in SQL | 5 Comments »
August 30th, 2008 by Prashant Pandey
Introduction
MySQL is the most scalable and widely used database server on web. Mostly applications I have seen are using mysql as a database server due to its fast speed (I think), and easy to use features, and the most important thing is its open [...]
Posted in ASP.NET | 10 Comments »
August 30th, 2008 by Prashant Pandey
Introduction Hi, in this article I am going to explain you about the use of “radio button” control inside an “ASP.NET Grid View” control. This sounds that it’s easy to put the radio button inside a grid view control, but you are [...]
Posted in ASP.NET | 2 Comments »
August 27th, 2008 by Prashant Pandey
Introduction This article tell you the difference between Server.Transfer and Response.Redirect.
Server.Transfer v/s Response.Redirect Both "Server" and "Response" are [...]
Posted in ASP.NET | 1 Comment »
August 27th, 2008 by Prashant Pandey
Introduction Difference between Server.Transfer and Server.Execute.
Server.Transfer v/s Server.Execute
Both Server.Transfer and Server.Execute were introduced in Classic ASP 3.0 (and still work in ASP.NET).
When Server.Execute is used, a URL is passed to [...]
Posted in ASP.NET | No Comments »
August 20th, 2008 by Prashant Pandey
Introduction Hi to all, here I am with a new article; topic of this article is “Difference between Truncate and Delete”. [...]
Posted in SQL | 1 Comment »
August 20th, 2008 by Prashant Pandey
Introduction In a relational database, operations are carried out on a complete set of rows in a table. The SELECT statement returns all the rows that satisfy the condition [...]
Posted in SQL | No Comments »
August 18th, 2008 by Prashant Pandey
Introduction
Hi, I found this video while surfing on YouTube and its pretty interesting, will tell you all the basic concept of developing a website in today’s world. Watch and listen it carefully. (lyrics are included below) Have Fun
Lyrics
Your [...]
Posted in Tips & Tricks | 1 Comment »
August 14th, 2008 by Prashant Pandey
Introduction Hi guys, this article related to web development, I have used the XHTML and CSS languages to demonstrate example in this article. In this article you’ll find a great and simple technique of CSS and XHTML to make icons in web [...]
Posted in CSS | No Comments »