TOP WITH TIES clause in SELECT queries

This article explains the TOP with TIES clause.

Read more at http://www.dotnetfunda.com/articles/article575-top-with-ties-clause-in-select-queries.aspx

Author: Virendradugar

Using a CompareValidator to check input is a valid date

In this article rtpHarry examines the CompareValidator and some of the usage scenarios that aren’t immediately obvious when you start using it.

Read more at http://www.dotnetfunda.com/articles/article577-using-a-comparevalidator-to-check-input-is-a-valid-date.aspx

Author: RtpHarry

Explore State Management

The State or Cache Management is nothing but the way to storing the data in Client-Side and in Server-Side using preity small memory.

Read more at http://www.dotnetfunda.com/articles/article576-explore-state-management.aspx

Author: G_arora

Capture Button’s Click Event of User Control in the Page

Solution to capture button’s click placed in user control inside the page that holds the user control.

Read more at http://www.dotnetfunda.com/articles/article569-capture-buttons-click-event-of-user-control-in-the-page.aspx

Author: Virendradugar

ASP.NET 4.0 : ViewStateMode (New Property)

This article explains about the new property of ASP.NET 4.0

Read more at http://www.dotnetfunda.com/articles/article570-aspnet-40–viewstatemode-new-property.aspx

Author: Virendradugar

Assign Value to Asp.Net TextBox with mode="Password"

This article explains to assign value to the text box with "Password" mode, as text box with Password mode lost it’s value on postback.

Read more at http://www.dotnetfunda.com/articles/article571-assign-value-to-aspnet-textbox-with-modepassword.aspx

Author: Virendradugar

Working with Silverlight2 controls : A detailed look

In my previous Articles we have learnt “How to start with Silverlight”. In the present article we will learn Silverlight Controls. I am covering the entire Article in a practical view so, I advise you please remind previous articles and create a test application for side-by-side practical or follow these steps to create a new test application:

Read more at http://www.dotnetfunda.com/articles/article566-working-with-silverlight2-controls–a-detailed-look.aspx

Author: G_arora

Lets Start devlopment using Silverlight2

From my last article on Silverlight we have seen that the Silverlight is meant for both Developer and Designers at bit differently from each-other. A Developer needs following: . Set up an IDE . An Editor to create an XAML and managed code . Moreover, SDK A designer needs to install some designer tools and a development environment which work with XAML

Read more at http://www.dotnetfunda.com/articles/article564-lets-start-devlopment-using-silverlight2.aspx

Author: G_arora

Contracts in WCF : A simple view

In simple words contract defines the functionality provides/offers by a service and functionaly uses by the client. Main point to note is : Contract can be completely independent of the implementation of service.

Read more at http://www.dotnetfunda.com/articles/article562-contracts-in-wcf–a-simple-view.aspx

Author: G_arora

Working with Stored Procedures using asp.net

Stored procedure helps to make your work easy. With the help of these you just have to supply some parameters only.

Read more at http://www.dotnetfunda.com/articles/article563-working-with-stored-procedures-using-aspnet.aspx

Author: G_arora