Stanly's Blog™
ASP.NET, C#, SQL Server and general software development topics.
-
Delete Duplicate Value from SQL Data Table
In this article, let’s see how to delete a duplicate record which does not have primary key.
-
Replace null value databind item with default value
Here’s the code to set default value to gridview/datalist itemtemplate if it is bound with null value or the dataset returns null value.
-
Remove Duplicate Words in C# using Regular Expression
-
Send GridView as Excel attachment in Mail
This code illustrates you how to send Gridview content as an Excel Attachment in Email.
-
Microsoft Community Contributor Award - 2011
Am glad to share u that I've been awarded the "Microsoft Community Contributor Award - 2011".
-
Prevent Flicker from Ajax CollapsiblePanelExtender on Postback
Let’s see how to fix the flickering of the CollapsiblePanelExtender when collapsed is set to true (Collapsed="true")
-
Ajax AutoComplete Extender Content Overridden Issue
While using AutocompleteExtender, we could notice where the other controls are been overridden and the autocomplete extender text being overlapped by the other controls near by.This could be overcome by calling the OnClientShown property of the AutocompleteExtender control.
-
Ajax AutoComplete Extender like Google
-
Convert Url String to Hyperlinks
-
Implementing Search In Datalist and Highlight Search Text
Let us see how to highlight the search keywords to make it easy for the user to identify his search results better. To perform this am using the Regex function to Highlight the search keywords.