标签: asp.net iframe code-behind
如何从asp.net中的iframe获取和写入textinput值
html代码:
<iframe id="MyIframe" runat="server" ></iframe>
代码behnid C#asp:
MyIframe.Attributes.Add("src", "http://behnevis.com/api/write_short_text_single.html");