ASP.NET how to access public properties ?

Posted by eugeneK on Stack Overflow See other posts from Stack Overflow or by eugeneK
Published on 2010-06-14T10:18:50Z Indexed on 2010/06/14 10:22 UTC
Read the original article Hit count: 168

Filed under:

I have two pages page1.aspx and page2.aspx, both have code behind with partial classes. How do i access public property message on page1.aspx from page2.aspx ?

public string message { get; set; }

© Stack Overflow or respective owner

Related posts about ASP.NET