Wednesday, April 09, 2025

Breaking News
>> Securing and encrypt View State and Cookies values  >> Page has one or more controls that do not correspond with   >> “The Controls collection cannot be modified because the control contains code blocks”  >> How to fix "Validation(): Element 'xxxx' is not supported  >> How to create a new session in ASP.NET programmatically  >> MySQL Database Backup using mysqldump command    

Editors Picks

Sunday, July 18, 2010

count columns table in sql server

1) you can get the number ofcolumns in a table using SQL? SELECT count(*)FROM INFORMATION_SCHEMA.COLUMNSWHERE TABLE_NAME = 'Your Table Name' 2) Count Duplicate Records – Rows SELECT Your_Column_Name, COUNT(*) Total_Count...
Read more ...

GridView Multiple Delete with CheckBox and Confirm

Multiple Deletes in Gridview Code For Default.aspx Page <%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC...
Read more ...

Contact Us

Name

Email *

Message *