gchandra

Stories submitted by gchandra

How to Query Active Directory using LDAP in SQL Server 2000 / 2005 ?(gchandra.com)

submitted by gchandragchandra(330) 4 years, 2 months ago

This article is about configuring SQL Server to query Active Directory using LDAP. It also lists the possible columns that can be used with LDAP query. read more...

add a comment |category: |Views: 1952

tags: another

Disable .pdb file generation in Release Mode(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 3 months ago

In VS2005 .pdb files get generated in debug as well as in Release mode. This article explains how to stop .pdb files from getting generated. read more...

2 comments |category: |Views: 697

tags: another

SQL Server 2005 : Access Tables / Entities across Servers(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 3 months ago

Updating / Accessing data from another server is very easy using SQLServer 2005. Its very handy to restrict access to Production Server. read more...

add a comment |category: |Views: 4

tags: another

Prevent Session Timeout in Asp.net(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 6 months ago

A Simple ASP.Net code to prevent Session Timeout. read more...

add a comment |category: |Views: 359

tags: another

Creating dynamic & fancy emptydatatext for gridview(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 7 months ago

Gridview has capability to display “default” messages when “No data” exists during binding. This item explains how to attach fancy messages to gridview. read more...

add a comment |category: |Views: 79

tags: another

Column Locking / Freezing in Infragistics Ultra WebGrid(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 8 months ago

To freeze columns like EXCEL and horizontally scroll rest of the columns in Ultra WebGrid read more...

add a comment |category: |Views: 187

tags: another

Asp.net Get/Set Date and Time as String(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 8 months ago

In many occasions all we may need is simple date and time. "Now" gives more information which needs to be trimmed down using Format function. Here we have two handy string type properties from Microsoft. read more...

1 comment |category: |Views: 3

tags: another