web-controls
prevent hyperlink control from reordering navigateurl attribute
I created a hyperlink control extended from HyperLink, but I do not know how to override the navigateurl property, the problem is: im using a jquery library that depends on the url to look like this[详细]
2022-12-14 09:48 分类:问答Client populating server collections at runtime
I am adding to a List of DateTime objects on the server every time a date is selected on a Calender control by the client, and in turn highlighting all the selected dates on the control.I\'m able to h[详细]
2022-12-13 13:09 分类:问答Creating a collapsable area in ASP.NET
currently i\'ve built a collapseControl which behaves similar to a label (associatedControlID) to control the collapse-state of a control.[详细]
2022-12-11 06:38 分类:问答ASP.NET - Dynamically added button contains extra value property
So, I\'m trying to dynamically add a button to a site to give the user of an idea of what they are adding to a form. However, when it renders a new button, it keeps providing the value property as \"\[详细]
2022-12-11 04:00 分类:问答Disable viewstate loading for child controls
I have a lot of web controls created dynamically in an ASP.NET page. In certain postback scenarios (when I click a LinkButton), I want to skip the loading of the old tree of web controls and immediate[详细]
2022-12-10 00:34 分类:问答What's the difference between Render and RenderControl in WebControl creation?
I\'ve recently learned to write my own WebControls, but I\'m still hazy on the difference between Render and RenderControl.I started out us开发者_运维技巧ing Render, but at some point I started using[详细]
2022-12-09 18:23 分类:问答Developing and using a custom ASP.NET web control in a single solution
I have a solution with a web site and also a class library with a control which inherits from the WebControl class. When I place the control in the toolbox and use it in the web site, I can no longer[详细]
2022-12-08 23:37 分类:问答