how to convert object to string in C#
Example::
ContentPlaceHolder con = Page.Master.FindControl("MainContainer") as ContentPlaceHolder;
object t = con.FindControl("mahi");
string id = Convert.ToString(t);
string[] words = id.Split(',');
Govinda Rajulu YemineniPosted Jul 19, 2015, 10:57 AM
Rajeesh MenothPosted Jul 18, 2015, 11:12 AM
Rajeesh MenothPosted Jul 18, 2015, 11:12 AM
Abhay ShankerPosted Jul 18, 2015, 6:49 AM
Sujeet SumanPosted Jul 18, 2015, 4:36 AM
Lalit RaghavPosted Jul 18, 2015, 2:33 AM
Nilesh JadavPosted Jul 18, 2015, 2:25 AM