简体   繁体   中英

How to link my custom Timepicker to my asp.net?

I have made a custom timepicker, but i have made it in a html page

<!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>

now i want to use this in my asp.net page how can i do that ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM