ユーザー ID U078058 を xml src に手動で入力して、彼の電話番号を表示できます。
<xml id="XmlUserInfo2" src="http://{ServerName}/common/components/userinfo/UserInfoXml.asp?UserID=U078058"> </xml>
<p>
phone number: <span datasrc="#XmlUserInfo2" datafld="telephoneNumber" dataformatas="html"></span>
</p>
ユーザーIDを手動でxml srcに入れる代わりに、テキストボックスからxml srcにユーザーIDを渡したいと思います。これは機能しますか?
<asp:TextBox ID="textUID" runat="Server">U078058</asp:TextBox>
<xml id="XmlUserInfo2" src="http://{ServerName}/common/components/userinfo/UserInfoXml.asp?UserID=textUID"> </xml>