
Código:
para luego llamar al calendario del form y dejarlo de Namespace cl001 Public Class FormatCalendar Inherits System.Web.UI.WebControls.Calendar Public Sub new () Me.CellPadding = 8 Me.CellSpacing = 8 Me.Height = Unit.Pixel(250) Me.Width = Unit.Pixel(300) Me.BorderStyle = BorderStyle.Groove Me.PrevMonthText = "<--" Me.NextMonthText = "-->" Me.ShowGridLines = True Me.BackColor = Color.Orange Me.Font.Name = "verdana" Me.Font.Size = FontUnit.XXSmall Me.SelectedDate = Date.Today End Sub End Class End Namespace
Código:
aProtected WithEvents Calendar1 As System.Web.UI.WebControls.Calendar
Código:
previo imports en la parte superior Protected WithEvents Calendar1 As prub1.cl001.FormatoCalendario
Código:
pero no me resulta imports prub.cl001.FormatoCalendario


muchas gracias de ante mano. SL2