asp.net控件库 COOLITE

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-28 07:44:18

软件介绍

一个asp.net 的 extjs 控件库,开源的,但不免费,比较好用,现在版本0.8.2有兴趣的朋友可以看下

示例代码:

<ext:Button ID="Button1" runat="server" Text="Say Hello">
<Listeners>
<Click Handler="
Coolite.AjaxMethods.SayHello('World', {
success: doAlert
});" />
</Listeners>
</ext:Button>

<script type="text/javascript">
var doAlert = function (result) {
alert(result);
}
</script>

本文地址:https://codercto.com/soft/d/2314.html

Code Reading

Code Reading

Diomidis Spinellis / Addison-Wesley Professional / 2003-06-06 / USD 64.99

This book is a unique and essential reference that focuses upon the reading and comprehension of existing software code. While code reading is an important task faced by the vast majority of students,......一起来看看 《Code Reading》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器