override default values in a constructor

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



How can I override the default values, of a class constructor , from an
ASP.net page ?

Public Sub New( )
HeaderStyle.BackColor = ColorTranslator.FromHtml("#5C85AD")
HeaderStyle.ForeColor = Color.White
HeaderStyle.Font.Bold = True
End Sub


.



Relevant Pages

  • Create an object
    ... I assume your parameters are of the correct type ... > Public Sub CustomPrincipal(ByVal identity As ... >the error message: ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: webrequest - server blocks
    ... I tried it with this code, and it gave me back the html page in the string. ... Public Sub main ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • Simple asp.net programing question
    ... some external code that would be located in one location only for ease of ... Public Sub Page_PreInit ... Dim page As Page ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Create an object
    ... Anyone could give a hint? ... Public Sub CustomPrincipal(ByVal identity As IIdentity, ... the error message: ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Running Visio macros from Excel
    ... Program expects there is a code in the MainModule like next, ... Public Sub CustomCommandHandler ... Msgbox IValue ... Prev by Date: ...
    (microsoft.public.visio.developer.vba)