Friday, April 11, 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

Friday, December 2, 2011

DataTable manipulation in C#

DataTable dtnewproduct = new DataTable(); dtnewproduct.Columns.Add("ID", typeof(int)); dtnewproduct.Columns.Add("CARD", typeof(string)); dtnewproduct.Columns.Add("QUANTITY", typeof(string)); DataRow...
Read more ...

Contact Us

Name

Email *

Message *