Zhi-QiangNi's tech blog--AJAX's paradise
I'm working at the Microsoft IBS DevDiv Community Support Team, in charge of the customer service of ASP/AJAX forum. Welcome to my blog and AJAX forum, anyone interested in ASP.Net Ajax can discuss it with me. :-)
摘要: In one scenario, there are two GridViews with the Main Data and Detailed Data. The Customer would like to show the Detailed Value for the associated Hovered Row by using the HoverMenuExtender.To achie... 阅读全文
posted @ 2009-12-18 17:56 Zhi-Qiang Ni 阅读(802) 评论(3) 推荐(2) 编辑
摘要: There is a requirement: A customer would like to built a Custom CollapsiblePanel control. There are two contents of this control, the Header and the Content, both of them are Panels. His requirement i... 阅读全文
posted @ 2009-12-08 17:42 Zhi-Qiang Ni 阅读(509) 评论(1) 推荐(0) 编辑
摘要: Preface ReorderList is an ASP.NET AJAX control that implements a bulleted, data-bound list with items that can be reordered interactively. To reorder the items in the list, the user simply drags the i... 阅读全文
posted @ 2009-02-12 12:35 Zhi-Qiang Ni 阅读(1724) 评论(5) 推荐(0) 编辑
摘要: Some programmers would like to find a function to handle the Accordion’s SelectedIndexChanged event. As we all know, the Accordion’s Client behavior has provided such two events: Code Code highlighti... 阅读全文
posted @ 2009-02-09 17:50 Zhi-Qiang Ni 阅读(2250) 评论(0) 推荐(0) 编辑
摘要: Preface Everytime we want to display the CalendarExtender at the client side, we need to use this code: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.... 阅读全文
posted @ 2009-01-27 10:44 Zhi-Qiang Ni 阅读(1447) 评论(2) 推荐(0) 编辑
摘要: It was mentioned in my last post that AjaxControlToolkit Extender client classes provide many useful APIs which can bebound to other events and provide handlers to them. Now, let's see how it works.(H... 阅读全文
posted @ 2009-01-15 17:24 Zhi-Qiang Ni 阅读(1676) 评论(8) 推荐(0) 编辑
摘要: We all know the Extenders of the AjaxControlToolkit implement their Client Partial-Refresh action by using their Client behaviors which are generated after they are rendered. In addition, the client c... 阅读全文
posted @ 2009-01-15 14:52 Zhi-Qiang Ni 阅读(1575) 评论(2) 推荐(0) 编辑
摘要: When we hover over the stars of the Rating control, the hovered star's value would be displayed as the Tooltip. Customer may wish to customize the Tooltip of the Rating's star. Now, let's do it. Afte... 阅读全文
posted @ 2009-01-13 13:20 Zhi-Qiang Ni 阅读(879) 评论(0) 推荐(0) 编辑
摘要: Customer's question: One CustomControl with UdpatePanel and HoverMenuExtender inside cannot fire the dopostback. His code is below: Code highlighting produced by Actipro CodeHighlighter (freeware)http... 阅读全文
posted @ 2009-01-13 13:16 Zhi-Qiang Ni 阅读(410) 评论(0) 推荐(0) 编辑
摘要: Every time we use the AccordionExtender of AjaxControlToolkit, we may would like to enable the Header's control to cause post back. To achieve this, simply set the property SuppressHeaderPostbacks wit... 阅读全文
posted @ 2009-01-13 12:42 Zhi-Qiang Ni 阅读(1383) 评论(3) 推荐(0) 编辑