N
Nicky Crider
I have C3 code like this.
WebForm1 wf1;
wf1 = (WebForm1)Context.Handler;
MyLabel.Text = wf1.UserDefinedProperty
what is the equivalent syntax in VB.Net for ASP.Net application
Thanks
Nicky
WebForm1 wf1;
wf1 = (WebForm1)Context.Handler;
MyLabel.Text = wf1.UserDefinedProperty
what is the equivalent syntax in VB.Net for ASP.Net application
Thanks
Nicky