This is a sample to set buttons dynamicly on a webpage. It needs a panel on the page where the name panel is deleted and than run. The first idea of the sample was to create a calandar, so that is showed Private Sub Page_Load(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles MyBase.Load Dim mybutton As Button Dim i As Integer For i = 0 To New Date().DaysInMonth _ (New Date().Year, New Date().Month) - 1 mybutton = New Button mybutton.BackColor = Drawing.Color.White mybutton.Text...