Results 1 to 2 of 2

Thread: Reading from a user control

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question Reading from a user control

    I know this is possible. I have user control name Dimension. Someway I must include this in my codebehind file. I am using vb.net.

    I think in C# the code is:
    Protected GF.Dimension1 Dimension;

  2. #2
    Addicted Member Nigh™a®e's Avatar
    Join Date
    Feb 2002
    Location
    Belgium
    Posts
    175
    C# Code
    Code:
    Protected GF.Dimension1 Dimension
    VB Translation
    Code:
    Protected Dimension As GF.Dimension1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width