prashantvictory

Stories submitted by prashantvictory

Fun – Wedding In SQL Style(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 8 months ago

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 :) read more...

add a comment |category: |Views: 19

tags: another

SQL – Step By Step Installation of SQL Server 2008(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 8 months ago

Step by step installation of Microsoft SQL server 2008. read more...

add a comment |category: |Views: 432

tags: another

ASP.NET – Connecting asp.net to mysql database(blog.techsvr.com)

submitted by prashantvictoryprashantvictory(605) 3 years, 8 months ago

This article wil tell you how to create a database in mysql and how to connect that database to an ASP.NET application. :) read more...

add a comment |category: |Views: 194

tags: another

ASP.NET - Using "radio button" inside grid view(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 1 month ago

This article explains how to use radio-button with gridview in asp.net2.0...... read more...

add a comment |category: |Views: 704

tags: another

JavaScript – Bookmark web page(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 2 months ago

This story will tell you about bookmarking and how to implement it in web pages using javascript... read more...

add a comment |category: |Views: 21

tags: another

CSS - Creating icons for web page using CSS & XHTML(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 2 months ago

This article tells that how to make icons using CSS and XHTML, which we can use in our asp.net websites. read more...

add a comment |category: |Views: 11

tags: another

ASP.NET - Concept of Auto-Complete in Asp.Net(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 6 months ago

Auto-complete is a good and useful feature of popular browsers like Firefox and IE. What is this and how to use it programatically in asp.net we'll see it in detail in this article.... read more...

add a comment |category: |Views: 14

tags: another

SQL - Cursors(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

This article give you the detailed explaination about cursors used in sql.... read more...

add a comment |category: |Views: 9

tags: another

.NET - Interview Questions(dotnetuncle.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

A very good website developed by VISHAL KHANNA for .NET interview questions, anyone who is preparing for the interveiw must look this website, really its a very good place for .NET interview prepartion, so take a look of this website, read more...

add a comment |category: |Views: 64

tags: another

.NET - Short Interview Questions(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

This article containing 100 short question about .NET that are mostly people face in written test in interview, take a look of these questions..... read more...

add a comment |category: |Views: 186

tags: another

SQL - Truncate and Delete(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

Truncate an Delete both are used to delete data from the table. These both the command will only delete the data of the specified table, they cannot remove the whole table data along with its structure. Now it’s ok that both the SQL statements are used to delete only the data from the table but they both differ from each other in many aspects like syntax, performance, resources uses etc. to find out all differnces take a look of this article..... read more...

1 comment |category: |Views: 7

tags: another

ASP.NET - Server.Transfer v/s Server.Execute(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

Difference between Server.Transfer and Server.Execute. read more...

3 comments |category: |Views: 87

tags: another

ASP.NET - Server.Transfer v/s Response.Redirect(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

This article tell you the difference between Server.Transfer and Response.Redirect. read more...

7 comments |category: |Views: 67

tags: another

SQL – Using "UNION ALL" to Convert Horizontal Data to Vertical Data(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

This post will tell u how to use the UNION ALL operator to convert horizontal data to vertical data. read the post more more information....... read more...

add a comment |category: |Views: 330

tags: another

.NET - Basic oops terms used in .NET(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

Hi, This article introduse you with some of the basic oops terms and .net basic terms used in .NET framework. read more...

7 comments |category: |Views: 125

tags: another

SQL - Derived tables(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

This article explains what are derived tables and how we can use them to perform our query better. In some situations they can be a better alternative of temporary tables, So take a look of this... :) read more...

add a comment |category: |Views: 89

tags: another