<Html>
<body>
<script>
alert(navigator.userAgent)
</script>
</body>
</html>
Then open the page on IE, it will prompt the .NET version.Reference: here
<Html>
<body>
<script>
alert(navigator.userAgent)
</script>
</body>
</html>
Then open the page on IE, it will prompt the .NET version.Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
ddl.SelectedValue = "1"
End If
End Sub