自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

转载 How to show the Detailed Value for the associated Hovered Row of the GridView by using the HoverMenu...

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.T...

2019-10-07 21:18:04 69

转载 How to build CustomControl with AjaxControlToolkit Control?

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 requirem...

2019-10-07 21:18:02 56

转载 All-In-One Code Framework "Sample Browser" is Now Available to Everyone

Today, we’ve reached the milestone in a new generation of Microsoft All-In-One Code Framework. It is with great pleasure that we are announcing general availability of Sample Browser to t...

2019-10-07 21:18:02 108

转载 How to handle the ReorderList's Drag/Drop event at client side?

PrefaceReorderList 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...

2019-10-07 21:18:00 69

转载 How to set the location of CalendarExtender by the Mouse when clicking the page

PrefaceEverytime we want to display the CalendarExtender at the client side, we need to use this code:Code$find(“thecalendar’sbehaviorid”).show();TextHow can we change the location...

2019-10-07 21:18:00 55

转载 How to handle the Accordion's SelectedIndexChanged event at client side?

Some programmers would like to find a function to handle the Accordion’s SelectedIndexChanged event. Aswe allknow, the Accordion’s Client behavior has provided such twoevents:Codeadd_sel...

2019-10-07 21:17:58 62

转载 Customize the Tooltip of AjaxControlToolkit Rating Extender

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

2019-10-07 21:17:58 166

转载 How to Handle the AjaxControlToolkit's Client Event or Rewrite the Delegate of the Client Event

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 wor...

2019-10-07 21:17:56 68

转载 Stay Animation of Accordion When Header Controls Cause PostBack

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 SuppressHeaderPostback...

2019-10-07 21:17:55 60

转载 How to Find the Client Behavior of the Extender which is placed inside the DataBind Control

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 cli...

2019-10-07 21:17:53 57

转载 CustomControl needs to implement INamingContainer interface to handle its child control's events

Customer's question:One CustomControl with UdpatePanel and HoverMenuExtender inside cannot fire the dopostback.His code is below:[DefaultProperty("Text")][ToolboxData("<{0}:MagicTe...

2019-10-07 21:17:51 59

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除