Data Binding ASP.Net

<%@ Page Language="VB" %>


   Simple DataBinding Example
   
      Dim FontColor As String
      Sub Page_Load()
         FontColor = "Red"
         DataBind()
      End Sub
   


   

Simple DataBinding Example


   The value for FontColor is 
      "><%# FontColor %>.