PDA

Click to See Complete Forum and Search --> : Reading from a user control


hpl
Sep 12th, 2003, 05:48 AM
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;

Nigh™aŽe
Sep 24th, 2003, 10:25 AM
C# Code

Protected GF.Dimension1 Dimension


VB Translation

Protected Dimension As GF.Dimension1