Recent Comments

Tags

Widgets



Comodo SSL Seal

Searched Tag dotnet

6 Articles Found

LINQ - Language Integrated Query

Author Asif

Jun27

LINQ is a new syntax for querying databases and objects from C# 3.0. The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations.

 

Set QueryString Parameters For Postback In C#

Author Asif

Jun14

In asp.net ver 2, you can accomplish this by using cross page posting.

 

Multiple UpdatePanels

Author Asif

Jun3

Find which control caused your update panels to update or which of several UpdatePanels contained the triggering control.

 

Parsing A List Of Tags Using Stored Procedure (MS SQL)

Author Asif

May31

A simple way of grabbing a list of tags, separated by a comma and storing it into a MS SQL db.

 

ASP.NET Membership error: requires a database schema compatible with schema version '1'

Author Asif

May30

ASP.NET 2.0 includes a number of built-in building block application services. ASP.NET Membership, Role Management, and Personalization services can be setup to use a regular SQL Server instead of SQL Express.

 

ASP.NET Membership error: requires a database schema compatible with schema version '1'

Author Asif

May30

ASP.NET 2.0 includes a number of built-in building block application services. ASP.NET Membership, Role Management, and Personalization services can be setup to use a regular SQL Server instead of SQL Express.