| Title | Posted Date |
| How To Delete Description Value for a Column in Table using SQL Command? | October 28, 2009 |
| How we can add Description to the Column using Sql Command? | October 28, 2009 |
| How To Get Description Value for all Column in Table using SQL Command? | October 28, 2009 |
| How To Get Description Value for Single Column in Table using SQL Command? | October 28, 2009 |
| How We can get the DB name using SQL Command? | October 28, 2009 |
| What is the use of Set NOCOUNT ON;? | October 28, 2009 |
| Grid View and Details View in ASP.NET 2.0. | October 31, 2009 |
| Listview in asp.net | October 31, 2009 |
| By Default, ASP.NET does not allow HTML tags to be sent to server via client side due to security reason. Which property needs to be set that allows HTML tags to be processed by server? | October 31, 2009 |
| When file upload control is used, you can add maximum 4 mb size of the file. Using which property one can extend the limit of file size? | October 31, 2009 |
| What is the difference between ListBox (Filled with data) and DropDownList (Filled with data), in terms of SelectedIndex property? | November 02, 2009 |
| If for a Compare Validator control, ControlToCompare and ValueToCompare properties are set, then which property will take precedence? | November 02, 2009 |
| For a blank ASP.NET Page or ViewState Disabled page, will there be any value stored in the _VIEWSTATE field? Note : The Viewstate of an ASP.NET page is created during the page life cycle, and saved into the rendered HTML using in the "__VIEWSTATE" hidden HTML field. | November 02, 2009 |
| Does ViewState is responsible for maintaining data across the Page Post Back for Postback controls (like textbox, dropdownlist) and non-postbackcontrols(like label)? | November 02, 2009 |
| What can you do to make a Web page more useful to a user who does not use a mouse? | November 04, 2009 |
| If a users has disabled cookies in his browsers, what can be done to enable forms authentication? | November 04, 2009 |
| What is the main disadvantage of using IIS to host a service? | November 06, 2009 |
| How many ways you can display text using Silverlight? | November 10, 2009 |
| What kind of audio video formats are supported in Silverlight? | November 10, 2009 |
| The actual work process of ASP.NET is taken care by? | August 05, 2009 |
| Which property common in every validation control? | August 05, 2009 |
| What is the required file extension for an ASP.NET Web Service? | August 05, 2009 |
| In ASP.NET page framework an automatic way to associate page events and methods is | August 05, 2009 |
| How many types of cookies are there in ASP.NET ? | August 05, 2009 |
| If cookies are not enabled at browser end does form Authentication work? | August 05, 2009 |
| Given the following methods of the ASP .Net Page class, in which of them would you attach an event handler to an event published by a control on the web page? | August 05, 2009 |
| What is the event that is fired before the ASP.NET page framework sends content to a requesting client browser? | August 05, 2009 |
| What is the event that is fired when an unhandled exception is encountered within the application? | August 05, 2009 |
| What is the event that is fired just before an application object is destroyed? | August 05, 2009 |
| Which type of assembly is stored in GAC? | August 05, 2009 |
| Which SQL command is used to delete entire structure of the table? | August 05, 2009 |
| What is the maximum number of instances supported by SQL Server 2008 Enterprise edition and Standard edition respectively? | August 05, 2009 |
| Expand the abbrievation OLTP? | August 05, 2009 |
| Which SQL command is used to create a set of privileges that can be granted to users or to other roles? | August 05, 2009 |
| What is the minimum value of TINYINT data type? | August 05, 2009 |
| What is the use of CASCADE CONSTRAINTS? | August 05, 2009 |
| Which of the following database design features is most important to SQL performance? | August 05, 2009 |
| What do you call ''Joining a Table to Itself''? | August 05, 2009 |
| How to rename a column in SQL? | August 05, 2009 |
| What do you call a comparison operator used in a Join ''='' | August 05, 2009 |
| What is the maximum date value that can be stored in a SMALLDATETIME data type? | August 05, 2009 |
| The maximum number of column per SELECT Statement? | August 05, 2009 |
| What is the maximum number of characters allowed for a column name? | August 05, 2009 |
| What is the Maximum number of columns allowed in a View | August 05, 2009 |
| How many Non-Clustered indexes can be created? | August 05, 2009 |
| Which is not a Query Representation plan in SQL Server 2005? | August 05, 2009 |
| Which is the code for conversion of varchar to numeric? | August 05, 2009 |
| Which authentication mode lets you use both SQL Server logins and Windows logins? | August 05, 2009 |
| Which SQL Server 2005 services require that you install them with their own account? | August 05, 2009 |
| What should you do when you start SQL Server with -f option and could not establish a connection to the Server? | August 05, 2009 |