Page Control Iteration
=======================
***************************************************
Splitting the string into array using delimiter - ToCharArray()
===================================================
string = "\r\n";
char[] splitter = string.ToCharArray();
***************************************************
DBnULL IN DATA ROW
===================
dr.IsNull("Doctype1") ? Convert.ToInt32(dr["Doctype1"]) : 0;
***************************************************
REF:
====
LoadData( ref dsNotify );
protected void LoadData(ref DataSet dsAuthors)
{
}
***********************************************************
***********************************************************
***********************************************************
***********************************************************