ASP.NET如何访问主页中的控件,FROM Another类(在另一页中)

时间:2016-09-09 14:45:40

标签: asp.net vb.net visual-studio

我使用的是Visual Basic。我在主页面上有一个标签。通过单击按钮(在另一页面上),我想编写将在主页面中更改此标签的文本属性的代码。

我有一个名为Site.Master的母版页,我想做的就是:

Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  Me.Master.Page.Label.Text = "new text" 'Of course this NOT right.
End Sub

(我在里面放的只是伪代码。)

1 个答案:

答案 0 :(得分:0)

在C#中

    <$> areq priceField "Price" Nothing
    where priceField = check validateMinimumPrice intField

    <$> areq priceField "Price" Nothing    
    where priceField = checkM validatePriceFromDb intField