curently i have ]
string[] coln = m_data.Split(',');
but if u ise session variable
Session["m_data'].Split(',');
how 2 use split function
Do this way
Session["m_data'].ToString().Split(',');
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.