从 Master.cs 访问母版页中的 .Text 属性

发布于 2024-09-13 04:59:27 字数 194 浏览 4 评论 0原文

我有一个文本框和一个按钮,我试图在母版页中为用户提供一个搜索选项。

我的按钮的 onClick 事件很好,但 textbox.Text 属性始终为空。

我在谷歌上搜索了一些关于从 ContentHolder 访问 Master 的文章,但我相信这不是我的情况......

感谢帮助:)

Pedro Dusso

I have a textbox and a button, and I trying to give the user a search option in the master page.

The onClick event of my button is fine, but the textbox.Text property is always empty.

I googled a little and fine many articles about accessing the Master from the ContentHolder, but I believe its no my case...

Help appreciated :)

Pedro Dusso

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酷到爆炸 2024-09-20 04:59:27

你应该让它工作。

请检查 TextBox.Text 是否发生任何初始化
Page.Onload() 事件。

You should have it working.

Please check if there are any initialization of the TextBox.Text happening in
Page.Onload() event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文