Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
7
Answers
how to convert object to string
keerthi sai
9y
652
1
Reply
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(',');
Post
Reset
Cancel
Answers (
7
)
Next Recommended Forum
media management
List of Sites for .Net interview questions