Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variables in a class

Status
Not open for further replies.

afybim

Technical User
Nov 13, 2002
16
0
0
TR
Hi,
i have a problem.
i have to describe a control (for example label or textbox) in a class1.vb and then use it in a webform1.aspx.
How can i do it.
Thanks..
 
Have you tried to inherit the control, i.e.

(c#)
public abstract class Content : System.Web.UI.UserControl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top