By tag: TechAhead
0
kicks
ASP.NET - Using "radio button" inside grid view
This article explains how to use radio-button with gridview in asp.net2.0......
0
kicks
JavaScript – Bookmark web page
This story will tell you about bookmarking and how to implement it in web pages using javascript...
0
kicks
CSS - Creating icons for web page using CSS & XHTML
This article tells that how to make icons using CSS and XHTML, which we can use in our asp.net websites.
0
kicks
ASP.NET - Concept of Auto-Complete in Asp.Net
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....
0
kicks
.NET - Interview Questions
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,
0
kicks
.NET - Short Interview Questions
This article containing 100 short question about .NET that are mostly people face in written test in interview, take a look of these questions.....
0
kicks
ASP.NET - Server.Transfer v/s Server.Execute
Difference between Server.Transfer and Server.Execute.
0
kicks
SQL - Temporary tables a detailed view.
This article contains almost each and everything related to temporary tables in SQL, all the concepts of temp tables like how to use them, wht are the alternatives of temp tables, what are the benefits and drwabacks, what is the performance tunibg tips etc, i think this is the best article to learn ...
0
kicks
SQL - Truncate and Delete
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...
0
kicks
.NET - Basic oops terms used in .NET
Hi, This article introduse you with some of the basic oops terms and .net basic terms used in .NET framework.
0
kicks
ASP.NET - Server.Transfer v/s Response.Redirect
This article tell you the difference between Server.Transfer and Response.Redirect.
0
kicks
SQL - Derived tables
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... :)
0
kicks
SQL – Using "UNION ALL" to Convert Horizontal Data to Vertical Data
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.......