Use custom server controls
Upon ASP provides 45 server controls that have been done, we can use them like a black box. In addition, developers can also use any third party developed server controls
In the following example, we need to use a component that via
<% @ Register tagprefix = "acme" namespace = "acme"%>
hEAD>
Sub Submitbtn_Click (Sender As Object, E AS Eventargs)
Message.text = "Hi" & name.text & ", you selected:" & category.selectedItem.text & "ON:" & mycal.date
End Sub
script>