Syntax in VB.Net

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top