カスタムタイムピッカーを作成しましたが、htmlページで作成しました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">
//here goes my script
</script>
<title></title>
</head>
<body>
//here are my form and div's
</body>
</html>
これを asp.net ページで使用したいのですが、どうすればよいですか?