Public Class frmFMECA
Inherits System.Web.UI.Page
Public LastFailureDate As String
and using it like this in .aspx
<asp:TextBox ID="txtLastFailureDate_GR" Text="<%= this.LastFailureDate %>" runat="server"></asp:TextBox>
but it doesn't show that anything but <%= this.LastFailureDate %> inside the textbox.