I want to show values saved in object of array type..
by doing
<body>objname.Names</body>
this gets printed on my HTML page System.Collections.Generic.List`1[System.String]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure I understand your question. If you want to print the values of Names you can use this format. Of course
objnamemust be a protected or public member of the Page.