Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7948959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:52:01+00:00 2026-06-04T01:52:01+00:00

Hello i am having this problem: i am downloading data from xml using linq

  • 0

Hello i am having this problem:
i am downloading data from xml using linq library
those data i want to add them on a textblock item

TextBlock1.Text = TextBlock1.Text & result

but it has an error :

Error 1 Operator ‘&’ is not defined for types ‘String’ and ‘System.Xml.Linq.XElement’.

When i am changing this line to :

TextBlock1.Text = TextBlock1.Text & result.Tostring

it works but it adds this data :

"<"data> data <"/data>

instead of :

hello

any ideas ??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T01:52:02+00:00Added an answer on June 4, 2026 at 1:52 am

    You probably want result.Value:

    TextBlock1.Text = TextBlock1.Text & result.Value
    

    You can look at the MSDN Documentation for more information about XElement.Value.

    On another note, you can use:

    TextBlock1.Text &= result.Value
    

    As a shorter way of writing it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello I'm having the same problem from this post: Ajax.BeginForm not hiding loading element
Hello I am having a problem with the numbering of figures using Latex, I
Hello guys am having a problem with downloading modules. Anytime i try to download
From what I can read I'm not the only having this problem; except this
Hello im having a bit of a problem, look at this: SELECT id, activate_key
Hello I'm having a problem here. The code looks like this. private void Form3_Load(object
I'm having a problem emailing unicode characters using smtplib in Python 3. This fails
I'm having a problem using XML literals with a StringBuilder in VB 2008. If
Hello i'm having slight problem when setting one cookie. I am using HttpWebRequest class
Hello I am new at Haskell and i'm having problems trying to get this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.